@zack/devwork-triage-loop
Portable maintainer-review loop for inspecting issues, drafting follow-up comments, and deciding whether to resolve, revise, or hand off.
Install
agentpm install @zack/devwork-triage-loop@0.1.0Load
import { loadLoop } from '@agentpm/sdk';
const loop = await loadLoop('@zack/devwork-triage-loop@0.1.0');Weekly installs
1
0%
Last publish
Today
v0.1.0
Phases
inspect-issue
EntryInspect the issue thread, current repository state, and maintainer context to decide whether there is enough evidence to draft a follow-up or whether the work should hand off.
Access intent
Tools: allowedKnowledge: allowedMemory read: allowed
Outcomes
- draft-commentThe issue has enough context to prepare a maintainer-facing follow-up comment.
- handoffThe issue should hand off because the current maintainer does not have enough authority, context, or repository access to proceed.
draft-comment
Draft the next maintainer comment, summarize the current issue position, and capture any follow-up notes that should survive this review pass.
Access intent
Tools: allowedKnowledge: allowedMemory read: allowedMemory write: allowed
Outcomes
- ready-for-resolutionThe draft is ready for a final resolve-or-handoff decision.
- needs-more-contextThe draft exposed a missing detail and the issue should return to inspection before a maintainer response is finalized.
resolve-or-handoff
Decide whether to resolve the current review pass, revise the drafted comment, or hand the work off to another maintainer.
Access intent
Tools: blockedKnowledge: allowedMemory read: allowedMemory write: allowed
Outcomes
- resolveThe issue review pass is complete and the current maintainer decision can close the loop.
- revise-commentThe current comment needs another drafting pass before the maintainer decision is settled.
- handoffThe issue should hand off because the next step belongs to another maintainer or queue owner.
Transitions
inspect-issueon
draft-comment→draft-commentinspect-issueon
handoff→$handoffdraft-commenton
ready-for-resolution→resolve-or-handoffdraft-commenton
needs-more-context→inspect-issueresolve-or-handoffon
resolve→$endresolve-or-handoffon
revise-comment→draft-commentresolve-or-handoffon
handoff→$handoff