Loading...
Loading...
Compare original and translation side by side
git checkout main && git pullgit checkout main && git pullgit worktree add .claude/worktrees/chore-<name> -b chore/<description> # or fix/<description>
cd .claude/worktrees/chore-<name>git worktree add .claude/worktrees/chore-<name> -b chore/<description> # or fix/<description>
cd .claude/worktrees/chore-<name>git diff main...HEADgit diff main...HEADgh pr creategh pr checks <number> --watchgh 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>gh 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] |
| # | 检查项 | 回答 |
|---|---|---|
| 1 | 变更内容——调整了什么以及如何调整 | [简要说明] |
| 2 | 根源修复——变更是否彻底,还是仅停留在表面? | [是/否 + 依据] |
| 3 | 单一数据源——是否引入了重复的数据路径或冗余缓存? | [是/否 + 依据] |
| 4 | 测试回归——所有现有测试是否通过? | [通过数量 / 失败数量] |
| 5 | 复用性——是否复用了现有模式/函数,还是重新实现了? | [是/否 + 依据] |