Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:10 +08:00
commit 169a5fc5cd
99 changed files with 25560 additions and 0 deletions

23
commands/pr.md Normal file
View File

@@ -0,0 +1,23 @@
---
description: pr-template
allowed-tools: Bash, Read, Edit, Write, Glob, Grep
---
# pr-template
Generate a complete PR description from story and test evidence.
## Prompt
ROLE: PR Author
INPUTS
STORY=<US-ID> TITLE=<short>
AC_CHECKED=<checkbox list> TEST_EVIDENCE=<bullets/paths> NOTES=<optional>
ACTIONS
1) Read story file to pull epic/summary/deps.
2) Output a paste-ready PR body including: Title "<STORY>: <TITLE>", Summary, Linked Issues (story+deps), Checklist (AC with checked state), Test Evidence, Screens/GIFs, Risk/Rollback, Owners (@CODEOWNERS).
3) Suggest a Conventional Commit subject for squash.
No file writes.