Agent skill
pr-review
PR/code review checklist for this extension. Use when asked to review a PR/change, or mentions review/コードレビュー/PR/チェック.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/pr-review-daichan132-youtube-live-chat-f
Metadata
Additional technical details for this skill
- short description
- Extension PR review checklist
SKILL.md
Goal
- Provide a focused, actionable review for changes in this browser extension.
Inputs (ask only if missing)
- What the change is supposed to do (1–2 sentences).
- Any risk areas (permissions, network, auth, i18n, E2E).
Steps
- Summarize intent & affected areas (entrypoints/shared/e2e/public)
- Review checklist
- Correctness: edge cases, error handling
- Type safety: no
any, types make sense - Style: Biome expectations, naming conventions
- Security: XSS,
dangerouslySetInnerHTML, token/PII logging, permissions - Cross-browser: Chrome/Firefox differences, API usage assumptions
- i18n: strings not hard-coded, locales updated
- Tests: updated/added specs, E2E stability
- Provide concrete suggestions
- Point to exact files/lines or propose small diffs
Output format
- ✅ Good points (brief)
- ⚠️ Risks / questions (brief)
- 🔧 Requested changes (actionable, prioritized)
- 🧪 Suggested verification commands
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?