用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/djnsty23/claude-auto-dev --skill pr-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | pr-review |
| description | Comprehensive PR review using specialized agents. Use before creating or merging pull requests. |
| user-invocable | true |
| triggers | ["pr","pr-review","review-pr","code-review"] |
| allowed-tools | Bash(gh *), Glob, Grep, Read, Task |
| model | opus |
| argument-hint | [#PR-number] [--comment] |
Run comprehensive pull request review using specialized agents.
Say: "review this PR" or "pr-review"
# See what changed
git diff --name-only
# Check if PR exists
gh pr view
| Agent | Focus | Model |
|---|---|---|
| CLAUDE.md Compliance | Project rules adherence | Sonnet |
| Bug Hunter | Logic errors, type issues | Opus |
| Security Scanner | Injection, XSS, secrets | Opus |
| Test Coverage | Missing test cases | Haiku |
Only flag HIGH SIGNAL issues:
DON'T flag:
# PR Review Summary
## Critical Issues (must fix)
- [agent]: Issue description [file:line]
## Important Issues (should fix)
- [agent]: Issue description [file:line]
## Suggestions (nice to have)
- [agent]: Suggestion [file:line]
## Strengths
- What's well-done in this PR
## Action Plan
1. Fix critical issues first
2. Address important issues
3. Consider suggestions
Full review:
pr-review
Review specific PR:
pr-review #123
Post comments to PR:
pr-review --comment
| When | Also Reference |
|---|---|
| Security issues found | security |
| Type issues found | standards |
| UI changes | design |
| Test gaps | agent-browser |
Show token / tool usage stats from the local telemetry log. Use when you want to know "which tools am I burning context on", "which skills are expensive", or "was yesterday's session mostly Read/Grep or actually productive".
Parallel quality audit with 7 specialized agents (Opus). Finds bugs, violations, and quality issues. Use audit for fixes, brainstorm for features.
Manage environment variables with Doppler — auto-install CLI, login, link projects, wrap commands with `doppler run`. Replaces scattered .env files with a hub/spoke architecture.