Loading...
Loading...
Small tweaks to existing features — no design needed, just TDD and PR
npx skill4agent add zhengxuyu/zforge minor-changegit checkout main && git pullgit worktree add .claude/worktrees/chore-<name> -b chore/<description> # or fix/<description>
cd .claude/worktrees/chore-<name>git diff main...HEADgh pr creategh pr checks <number> --watchgh pr merge <number> --mergecd <project-root> && git worktree remove .claude/worktrees/chore-<name>git checkout main && git pull && git branch -d chore/<description>| # | Check | Answer |
|---|---|---|
| 1 | What changed — what was tweaked and how | [brief] |
| 2 | Root cause fix — is the change thorough, or surface-level only? | [yes/no + evidence] |
| 3 | Single source of truth — no duplicate data paths or redundant caches introduced? | [yes/no + evidence] |
| 4 | Test regression — do all existing tests pass? | [pass count / fail count] |
| 5 | Reuse — did you reuse existing patterns/functions, or reinvent something? | [yes/no + evidence] |