Move an issue to a different status column
/plugin marketplace add jwilger/claude-code-plugins/plugin install github-projects@jwilger-claude-plugins<issue-number> <status># Move Issue Status Change an item's status column on the project board. ## Command ## Arguments - `<issue-number>` - The issue number to move (e.g., 42) - `<status>` - Target status (case-sensitive) ## Valid Status Values - `Backlog` - Not yet ready for work - `Ready` - Groomed and ready to be picked up - `In progress` - Currently being worked on - `In review` - PR created, awaiting review - `Done` - Completed ## Usage Examples ## Common Workflow ## Notes - The extension automatically resolves status names to internal IDs - Status names are case-sensitive - Use quotes for s...