typescript-jsdoc
79Document TypeScript APIs with JSDoc
TypeScript teams often write comments that repeat types or miss important behavior. This skill guides focused JSDoc for APIs, examples, errors, and maintenance notes.
Improve Code Review Quality
Slow, unclear reviews delay releases and miss defects. This skill gives authors, reviewers, and team leads practical workflows for focused pull requests.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "code-review" from https://skillstore.io/skills/adammanuel-dev-code-review.md and its manifest at https://skillstore.io/api/skills/adammanuel-dev-code-review/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "code-review". Author asks for a pre-PR readiness review.
Expected outcome:
Using "code-review". Reviewer asks for help reviewing an authentication pull request.
Expected outcome:
Using "code-review". Team lead asks how to roll out better code reviews.
Expected outcome:
The static alerts are false positives caused by Markdown inline code, example shell snippets, relative documentation links, CODEOWNERS patterns, and environment template filenames. No prompt injection, credential exfiltration, hidden execution, or unsafe filesystem access was found in the reviewed context. The skill is process guidance for pull requests and code review, with visible project-check examples.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/adammanuel-dev-code-review/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/adammanuel-dev-code-review?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/adammanuel-dev-code-review?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/adammanuel-dev-code-review/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/adammanuel-dev-code-review.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Claude Assistant. (2026). code-review security audit report (audit version 8) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/adammanuel-dev-code-review/audits/8@techreport{claude-assistant-adammanuel-dev-code-review-2026,
author = {Claude Assistant},
title = {code-review security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/adammanuel-dev-code-review/audits/8},
note = {Author version 1.0.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "code-review security audit report (audit version 8)"
version: "1.0.0"
type: report
authors:
- name: "Claude Assistant"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/adammanuel-dev-code-review/audits/8"
identifiers:
- type: other
value: "skillstore:adammanuel-dev-code-review:audit:8"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
21pounder-code-review
2026-08-21
daviddworetzky-code-review
2026-08-21
bind-code-review
2026-08-21
adammanuel-dev-code-review
2026-08-21
getsentry-code-review
2026-08-21
davila7-code-review
2026-08-21
89jobrien-code-review
2026-08-21
supercent-io-code-review
2026-08-21
ancplua-code-review
2026-08-21
cain96-code-review
2026-08-21
doyajin174-code-review
2026-08-21
mattpocock-code-review
2026-08-21
ericdumingtong-code-review
2026-08-21
coderabbitai-code-review
2026-08-21
Run a structured author checklist before opening a pull request, including tests, scope, documentation, and risk notes.
Use a two-pass review method to assess design first, then implementation details and test quality.
Create shared templates, reviewer ownership, review SLAs, and practical metrics for a team review process.
Use the code-review skill to check my branch before I open a pull request. Focus on scope, tests, description quality, and reviewer readiness.
Use the code-review skill to guide my review of this pull request. Start with design and risk, then move to implementation, tests, and readability.
Use the comment classification guidance to rewrite my review feedback. Label each item as critical, issue, suggestion, nit, question, or praise.
Use the code-review skill to design a team review workflow. Include PR templates, CODEOWNERS guidance, review SLAs, metrics, and adoption steps.
Author
Claude AssistantLicense
MIT
Author version
v1.0.0
Skillstore revision
r1
Ref
6eec4a59f63ff83440a84c18d1aef79743bc714e
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 544 views
File structure
๐ playbook/
๐ author-guide.md
๐ comment-classification.md
๐ reviewer-guide.md
๐ team-adoption.md
๐ templates/
๐ author-checklist.md
๐ pr-template.md
๐ SKILL.md
Document TypeScript APIs with JSDoc
TypeScript teams often write comments that repeat types or miss important behavior. This skill guides focused JSDoc for APIs, examples, errors, and maintenance notes.
Structure TypeScript Systems With Architecture Patterns
AI-generated TypeScript code often drifts without clear architectural boundaries. This skill provides reusable pattern guidance for DDD, Clean Architecture, Hexagonal Architecture, and POM testing.
Automate Browser Testing with Playwright
Manual browser checks are slow and easy to miss across forms, links, and screen sizes. This skill helps Claude, Codex, and Claude Code run Playwright automation, capture screenshots, and validate web flows.
Route Development Requests to the Right Tool
Developers often lose time choosing the right assistant, command, or skill. This router analyzes intent and project context to choose an efficient path.
Build Reliable Vitest Test Suites
Writing useful tests is hard when examples are scattered across unit, integration, component, and E2E workflows. This skill gives Claude, Codex, and Claude Code structured Vitest guidance for choosing patterns, writing tests, and improving testability.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Review GitHub Pull Requests with CLI Utilities
by Bind
Pull request reviews require repeated eligibility checks, guideline discovery, and precise feedback. This skill documents a consistent CLI workflow for those tasks.
Improve Code Reviews With Structured Feedback
by sickn33
Code reviews can miss important risks or become hard to act on. This skill gives Claude, Codex, and Claude Code a structured review method with clear severity, rationale, and follow-up questions.
Evaluate Code Review Feedback Rigorously
by sickn33
Code review feedback can be unclear, incomplete, or wrong for the current codebase. This skill helps Claude, Codex, and Claude Code verify, prioritize, and respond with technical rigor.
Create Review-Ready Pull Requests
by sickn33
Pull request descriptions often miss context or reviewer needs. This skill guides Claude, Codex, and Claude Code through branch checks, diff review, draft PR creation, and Sentry-style descriptions.
Write Concise Pull Request Review Comments
by juliusbrussee
Pull request reviews often become too wordy for quick action. This skill formats feedback as concise, paste-ready comments with location, problem, and fix.