pr-summary
Installation
SKILL.md
PR Summary
Workflow
- Fetch origin if needed and compute merge base:
base=$(git merge-base HEAD origin/main). - Review
git diff --stat $baseand key file diffs. - Draft a PR title and short body that explain what changed and why.
- Include tests run or targeted test recommendations and any risks.
Related skills
More from metta-ai/tribal-village
cleanup-refactor
Simplify code and remove legacy/backcompat shims while preserving behavior. Use when asked to clean up or simplify code.
23cleanup-audit
Audit for cleanup or complexity hotspots.
21policy-save-load-audit
Audit policy save/load and checkpoint handling across metta/cogames to find compatibility risks or legacy shims. Use when save/load behavior is in question.
20tv-spelunk
Search codebase for a pattern and open top hits.
20include-sprawl-map
Map include chains and explain module relationships.
19lint-fix
Run lint autofix (default `metta lint --fix`), address remaining lint errors, and summarize changes. Use when asked to fix lint issues.
18