bastidood/workflows
v0.2.7
Common workflows for code review, Git commits, and GitHub pull requests.
adversarial-code-review
Independently review completed implementation against its agreed plan or specification. Use when closing out feature work, a bug fix, or another implementation run.
git-commit
Prepare cohesive staged Git commit slices and conventional messages without committing. Use when organizing pending changes into reviewable checkpoints.
github-pull-request
Draft and submit a reviewer-focused GitHub pull request with an approval gate. Use when turning finalized branch changes into a new PR.
github-pull-request-comments
Verify and triage unresolved GitHub PR feedback into amendment plans or evidence-backed rebuttals. Use when planning responses to review comments.