Add PR ready workflow - #7
Conversation
* Add helper extraction guidance and a decision tree to go-standards to discourage pointless single-line wrappers. * Add test file layout, config type placement, and no-fixture-package rules to go-testing.
* Add /review command, @local-pr-review skill, and review_sum.sh to review changes against CONTRIBUTING.md, AGENTS.md, and project rules. * Align red-green-bug-fix with go-testing test placement and a RED approval gate before production changes.
* Rename command and skill to /ai-toolkit/pr_ready and @pr-ready to avoid colliding with Cursor's /review. * Update README and review_sum.sh checklist to use PR Ready naming.
PR Summary by QodoAdd PR-ready workflow and local review context collector
AI Description
Diagram
High-Level Assessment
Files changed (7)
|
Code Review by Qodo
1.
|
Quality check
Summary
Adds a PR-ready workflow for checking branch changes against
CONTRIBUTING.md,AGENTS.md, and project Cursor rules before opening a PR:commands/pr_ready.md+skills/pr-ready/— invoke via/ai-toolkit/pr_readyor@pr-readyscripts/review_sum.sh— collects diff scope, policy docs, applicable rules, and a checklist seed (installed to~/.cursor/ai-toolkit/viainstall.sh)Also clarifies Go guidance and aligns related skills:
rules/go-standards.mdc— helper extraction guidance; restores Concurrency essentials sectionrules/go-testing.mdc— test file layout, naming, config type placement, no shared fixture packagesskills/red-green-bug-fix/— RED phase test placement and stop-before-GREEN workflowREADME.md— documents PR ready andreview_sum.shNo Go packages changed;
review_sum.shwas smoke-tested withbash -nand manual runs. Automated tests not added for the shell helper.