pr-architect
Installation
SKILL.md
PR Architect
This skill automates the creation of professional and informative Pull Requests.
Capabilities
1. Git Workflow Management
- Branch Strategy: Suggests descriptive branch names (e.g.,
feat/add-login-validation). - Autonomous Delivery: Executes or suggests
git checkout -b,git add,git commit, andgit pushcommands to prepare for a PR.
2. Narrative Generation
- Explains the purpose of the changes (correlating with requirements).
- Describes the implementation details in a reviewer-friendly way.