docs(pr-flow): assign the issue to yourself when work starts - #2468
Merged
Merged
Conversation
Step 1 moved the card to In Progress but never assigned the issue, so a card could sit in progress with nobody on it. gh's @me resolves to the authenticated user, so an agent assigns the maintainer it works for. The AGENTS.md 'When work begins' rule says the same. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Signed-off-by: cliffhall <cliff@futurescale.com>
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The documentation changes are aligned, focused, and have no unresolved issues.
Review effort: Balanced
Findings: None
What changed in this PR
Updates guidance so issues are assigned before being moved to In Progress.
Changes:
- Adds self-assignment to the work-start rule.
- Documents the
gh issue edit <N> --add-assignee @mecommand.
| File | Description |
|---|---|
AGENTS.md |
Adds issue assignment to the work-start rule. |
.claude/skills/pr-flow/SKILL.md |
Adds the self-assignment command and rationale. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
Copilot round 1: clean. Review loop closed. No inline comments, no finding in the headline ("aligned, focused, and have no unresolved issues"), and no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2467
What changed
pr-flowstep 1: assign the issue to yourself before moving its card to In Progress, usinggh issue edit <N> --add-assignee @me.@meresolves to whoeverghis authenticated as, so an agent assigns the maintainer it is working for.AGENTS.md, "When work begins": the rule now lists assigning yourself too, so the rule and the recipe agree.Without this, an agent told "create a PR for #N" moved an unassigned issue to In Progress, leaving a card in progress with nobody on it.
Verification
npm run local:gate: EXIT=0.verify:skills: OK. The description is unchanged, so the listing share is still 3,775/4,000 and no trigger eval is needed.🤖 Generated with Claude Code