@zack/devwork-copilot

Interactive GitHub maintainer copilot with explicit approval gates for write actions.

Install
agentpm install @zack/devwork-copilot@0.1.2
Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/devwork-copilot@0.1.2');
Weekly installs
1
0%
Last publish
1d ago
v0.1.2
agent.json
{
  "name": "devwork-copilot",
  "version": "0.1.2",
  "description": "Interactive GitHub maintainer copilot with explicit approval gates for write actions.",
  "tools": [
    {
      "name": "@zack/summarize-text",
      "version": "0.1.8"
    }
  ],
  "skills": [
    {
      "name": "@zack/issue-triage-playbook",
      "version": "0.1.0"
    }
  ],
  "knowledge": [
    {
      "name": "@zack/devwork-maintainer-guide",
      "version": "0.1.0"
    }
  ],
  "examples": [
    {
      "title": "Summarize an issue queue",
      "prompt": "Review the latest GitHub issues for a repository, group them by theme, and summarize the highest-priority work."
    },
    {
      "title": "Prepare maintainer notes",
      "prompt": "Read a set of repository issues and produce a concise maintainer briefing with action items and open questions."
    },
    {
      "title": "Retrieve maintainer guidance",
      "prompt": "Review an issue thread, pull the most relevant maintainer guidance from the installed Knowledge package, and use it to draft a concise next-step comment."
    }
  ],
  "readme": "README.md",
  "license": {
    "spdx": "MIT"
  }
}
Reserved references
Memory
Reserved
No memory references declared.
Profiles
Reserved
No profiles references declared.