938 B
938 B
Start Issue Prompt
You are implementing issue <issue-number> in <repo-name>.
Rules:
- No repository changes unless the issue exists and is claimed.
- Use an isolated branch worktree under
branches/. - Branch from latest
<remote>/<default-branch>. - Keep the change limited to issue
<issue-number>. - Do not self-review or self-merge.
Workflow:
- Verify the issue exists and is open.
- Claim it with the project in-progress label.
- Fetch/prune and confirm local
<default-branch>matches<remote>/<default-branch>. - Create branch
<branch-name>inbranches/<safe-folder-name>. - Implement only the scoped change.
- Run
<required-checks>. - Inspect for secrets and unrelated files.
- Commit, push, and open a PR.
- Stop before review or merge.
Final handoff:
- issue number/title
- branch name
- isolated worktree path
- files changed
- checks run and results
- PR URL
- reviewer/merge instructions