Problem
pr-flow step 1 moves the issue's card to In Progress, but nothing in the skill or in AGENTS.md says to assign the issue. An agent told "create a PR for #N" therefore starts work on an unassigned issue. The board then shows a card in progress with nobody on it, and the assignee field can't answer "who has this?".
Proposed change
Add self-assignment to pr-flow step 1, alongside the move to In Progress:
gh issue edit <N> --repo modelcontextprotocol/inspector --add-assignee @me
@me resolves to whoever gh is authenticated as, so an agent assigns the maintainer it is working for.
Problem
pr-flowstep 1 moves the issue's card to In Progress, but nothing in the skill or inAGENTS.mdsays to assign the issue. An agent told "create a PR for #N" therefore starts work on an unassigned issue. The board then shows a card in progress with nobody on it, and the assignee field can't answer "who has this?".Proposed change
Add self-assignment to
pr-flowstep 1, alongside the move to In Progress:@meresolves to whoeverghis authenticated as, so an agent assigns the maintainer it is working for.