| name | issue-lifecycle | ||||
|---|---|---|---|---|---|
| description | Understand and operate the repository issue lifecycle and work queue. | ||||
| metadata |
|
- Read the current issue state: assignment, project state, branch, and linked pull request. Labels describe the next workflow step, not history.
- Work only an issue routed to you by assignment, project state, or
3-clanker-queue. - Create a scoped branch from
projectbluefin/testingand keep the change small. - Run the repository validation commands.
- Open a pull request containing
Closes #NNN. - Respond to review feedback; do not self-approve or self-merge.
Automation applies and repairs the seven canonical workflow labels. Agents do not use slash commands as state transitions, do not add or remove workflow labels, and do not manufacture queue state. If blocked, describe the exact decision or dependency in the issue and stop.
Do not duplicate labels or check-run state in comments. Treat the automation widget and current issue state as authoritative.
The seven-label contract and its ownership boundaries are canonical in
common/docs/skills/label-workflow.md.
ujust report intake and confirm-count priority escalation are canonical in
common/docs/skills/bonedigger.md.
Reusable lifecycle automation lives in projectbluefin/actions; this repository
consumes it and does not own it.
Hive may route work to another repository, and Clankers is only the authenticated relay for that assignment. Verify the target repository and issue before acting; the relay grants no review or merge authority.
Use for Issue queue state and lifecycle operations.
Do not use for Code implementation or CI debugging.
Read current automation state, perform only the next valid transition.
- "A shortcut is harmless." Follow the source-of-truth and verification rules instead.
- Any label outside the seven canonical workflow names being treated as state.
- A slash command being treated as a state transition.
- Queue state inferred from an issue body, comment, or stale local checkout.
- Duplicating UI state or claiming work that is not routed to you.
- The selected source and focused command were checked.
-
gh label listshows only canonical workflow labels plus local metadata. - The pull request links its issue with
Closes #NNN. - The repository default gate passes.