pr
Installation
SKILL.md
ActivityPub PR Workflow
Branch Naming
| Prefix | Use |
|---|---|
add/{feature} |
New features |
update/{feature} |
Iterating on existing features |
fix/{bug} |
Bug fixes |
try/{idea} |
Experimental ideas |
Reserved: release/{X.Y.Z} (releases only), trunk (main branch).
Pre-PR Review
Scope the review to what changed — don't review every PR:
- Skip for docs-only (
*.md,docs/,README), tooling/config-only (.claude/,.agents/, workflow files), and trivial edits (typo, comment, whitespace). Push these straight to PR. - Run the code-review agent only when the branch changes plugin code (PHP/JS/CSS logic). Address any critical issues before proceeding.