Add Pack banner
guimatheus92 guimatheus92

Add Pack

Git community

Description

--- description: How to add or curate a skill pack for pr-review. Use when wiring in a new source of review knowledge (a git repo of skills/instructions/cheat sheets) or tuning what an existing pack contributes. --- # Adding a Skill Pack Review knowledge comes from **skill packs**: git repos cloned to `~/.pr-review/packs/<name>/`. Every review pass is one skill (from a pack or from the repo's own skill dirs) applied by a generic agent; pass names are `<pack>/<skill>` (e.g. `awesome-copilot/go`

Installation

Installs to ~/.claude/skills/guimatheus92-pr-review-add-pack/SKILL.md

Terminal
mkdir -p ~/.claude/skills/guimatheus92-pr-review-add-pack && curl -fsSL https://raw.githubusercontent.com/guimatheus92/pr-review/HEAD/.claude/skills/add-pack.md -o ~/.claude/skills/guimatheus92-pr-review-add-pack/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository