@zack/issue-triage-playbook

Procedural guidance for reviewing issue queues, identifying priority, and drafting follow-through.

Install
agentpm install @zack/issue-triage-playbook@0.1.0
Load
import { loadSkill } from '@agentpm/sdk';
const skill = await loadSkill('@zack/issue-triage-playbook@0.1.0');
Weekly installs
0
0%
Last publish
1d ago
v0.1.0

issue-triage-playbook

issue-triage-playbook is a publishable AgentPM Skill package for issue review and follow-up workflows.

It depends on:

  • @zack/github-issues

Use it for:

  • reviewing the current open issue queue
  • deciding which issue needs attention first
  • drafting a follow-up comment before any write action is taken
  • deciding whether a queue needs grouping, escalation, or closure work

Files

  • SKILL.md: issue triage workflow guidance
  • references/tool-contract.md: compact tool contract summary
  • references/triage-decision-cues.md: priority and follow-up cues
  • references/examples.md: example read/write payloads
  • scripts/run.sh: thin wrapper that delegates to agentpm run with inline JSON, --input-file, or plain passthrough

Local development

From this directory:

agentpm lint
agentpm publish --dry-run

The source for this Skill package can be found here.