Developer workflow skills for Claude Code — PR reviews and CLAUDE.md authoring, all from your terminal.
/plugin marketplace add andremonteiro95/skills
/plugin install dev-skills@andremonteiro95-skillsSkills update automatically when you update the plugin:
/plugin update dev-skills-
review-pr — AI-powered PR review that dispatches a reviewer subagent, rates findings by severity, and walks you through each one before submitting a batched GitHub review.
/review-pr 142 /review-pr https://github.com/org/repo/pull/142 /review-pr # inbox modeRequires GitHub CLI (
gh) authenticated with access to the target repo.How it works
- Discovery — finds PRs using
gh search prs --review-requested=@me(handles both direct and team-based requests) - Diff management — strips generated files and lockfiles; large PRs (2k+ lines) are chunked by directory so the reviewer stays within context limits
- Analysis — a reviewer subagent analyzes the diff and returns structured findings rated Critical / Important / Minor
- Description alignment — flags when the diff doesn't match what the PR description claims, or vice versa
- Walkthrough — presents each finding with the relevant diff hunk; you accept, reject, or edit before anything is submitted. Clean PRs skip straight to submission.
- Suggestion blocks — when the reviewer can provide exact replacement code, accepted comments include
suggestionblocks that authors can apply with one click - Incremental re-review — detects prior reviews and offers to review only new commits instead of the full diff
- Submission — batches accepted comments into a single GitHub review with your chosen verdict
- Discovery — finds PRs using
-
writing-claude-md — Create, refactor, or audit CLAUDE.md files. Treats the instruction file as a launchpad — every instruction must earn its place by applying to most tasks in the repo.
/writing-claude-mdWhen to use
- New project needs a CLAUDE.md
- Existing CLAUDE.md is bloated, stale, or agents ignore it
- Evaluate or health-check instruction file quality
skills/
review-pr/
SKILL.md # PR review — single PR and inbox mode
review-lens.md # What the reviewer looks for (persona, severity, focus areas)
output-contract.md # JSON schema the reviewer must return
writing-claude-md/
SKILL.md # CLAUDE.md authoring and auditing
audit-checklist.md # Quality checklist for instruction files
Skills live directly in this repository. To contribute:
- Fork the repository
- Create a branch for your skill
- Submit a PR
MIT