adr
Write an Architecture Decision Record documenting a significant technical decision.
Perform a thorough code review of a pull request with actionable feedback.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/review-prContext preview
What this command does when you run it.
Perform a thorough code review of a pull request with actionable feedback.
name: review-pr description: Perform a thorough code review of a pull request with actionable feedback.
Perform a thorough code review of a pull request with actionable feedback.
1. Fetch PR metadata: `gh pr view <number> --json title,body,files,additions,deletions,labels`. 2. Read linked issues to understand the motivation for changes. 3. Fetch the full diff: `gh pr diff <number>`. 4. Review each file across quality dimensions:
5. Verify:
6. Rate each finding by severity (critical, warning, suggestion). 7. Compile the review with specific line references and fix suggestions. 8. Offer to post the review as a GitHub PR comment.
## PR Review: #<number> - <title> **Verdict**: Approve / Request Changes / Comment ### Findings | Severity | File | Line | Issue | |----------|------|------|-------| | CRITICAL | src/auth.ts | 42 | SQL injection via unescaped input | | WARNING | src/api.ts | 88 | Missing pagination on list endpoint | ### Summary <overall assessment> ### What's Good - <positive observation>
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.