Skip to content

Commit cffc4b7

Browse files
committed
Update
1 parent 3ef5c30 commit cffc4b7

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Always execute tasks in this order:
2929

3030
## Pull requests
3131

32-
- Always respect any existing PULL_REQUEST_TEMPLATE and follow its instructions
33-
- Do not include lists of individual filename and function changes, those lists are obvious from the diff; instead, focus on the spirit of the change and any risks associated with it
32+
- Always use the `writing-pull-requests` skill when creating pull requests
3433

3534
## Superpowers
3635

.claude/skills/writing-pull-requests/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For changes with production behavior, cover up to three things — only the ones
9090
- **Metrics expected to stay flat that would signal a problem if they moved.** Cover error rates, throughput, downstream dependency call counts, queue depth, retry counts. Name the dashboards or queries when they exist.
9191
- **New logs, traces, or stats added by this PR.**
9292

93-
Skip categories that don't apply. A bug fix that adds no metrics and changes no expected directions can be **1-2 sentences** naming the signal that would confirm the fix worked (e.g. "The `cdTest` job for `BulkProcessSubscriptionFlow` should return to passing.").
93+
Skip categories that don't apply. A bug fix that adds no metrics and changes no expected directions can be **1-2 sentences** naming the signal that would confirm the fix worked (e.g. "The `integrationTest` task should return to passing for the affected module.").
9494

9595
Do not write `N/A`. For changes with no production-runtime impact (proto-only, test-only, doc changes), state that fact directly and name what would signal a problem if the assumption is wrong — e.g. "No runtime behavior changes; CI build and proto-consumer compilation are the relevant signals." There is always *something* to watch.
9696

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ id_rsa*
1010

1111
.agent-deck/*
1212
!.agent-deck/config.toml
13-
!.agent-deck/worktree-setup.sh
1413
.claude/*
1514
!.claude/hooks
1615
!.claude/skills

0 commit comments

Comments
 (0)