1. Skill Name
pr-reviewer
2. Description
Pr Reviewer: Automates engineering operations, collaboration, and delivery workflows.
3. When the AI agent should use this skill
Use this skill when a request aligns with Pr Reviewer in the productivity domain.
4. Required Inputs
- Repository path and target scope
- Objective and acceptance criteria
- Stack details (Node.js, TypeScript, Python, infra, or data)
- Constraints (time, risk, compliance, cost)
5. Expected Outputs
- Implementation plan
- Generated or updated artifacts
- Validation steps and results
- Risks and follow-up actions
6. Step-by-Step Workflow
- Clarify scope, assumptions, and success criteria.
- Inspect repository context and existing patterns.
- Propose minimal safe change set.
- Implement artifacts and configuration updates.
- Run checks/tests and capture evidence.
- Summarize outcomes, limitations, and next steps.
7. Commands or tools used
- gh CLI, git, markdown tooling, release automation
- rg --files
- rg "pattern"
- git status
- git diff
8. Example prompts
- /skill pr-reviewer Audit current implementation and propose prioritized improvements.
- /skill pr-reviewer Implement a production-ready baseline with validation steps.
- /skill pr-reviewer Generate artifacts and summarize tradeoffs.
9. Guardrails
- Do not run destructive actions without explicit approval.
- Preserve existing conventions unless migration is requested.
- Prefer deterministic and reproducible commands.
- Clearly state assumptions and uncertainty.
10. Limitations
- Output quality depends on project context and available tests.
- External systems may require environment-specific verification.
- Human review may still be needed for policy/compliance decisions.