@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
2d ago
v0.1.2

devwork-copilot

devwork-copilot is a published AgentPM agent package for maintainer and repository review workflows in Python.

It composes skills for:

  • issue triage workflow

It includes Knowledge for:

  • maintainer guidance retrieval across triage, labeling, and comment-drafting tasks

And it keeps direct agent-level tools for:

  • summarizing issue queues and maintainer context

Example prompts:

  • Review the latest GitHub issues for a repository, group them by theme, and summarize the highest-priority work.
  • Read a set of repository issues and produce a concise maintainer briefing with action items and open questions.
  • Review an issue thread, retrieve the most relevant maintainer guidance, and draft a short comment that sets expectations clearly.

Local development

The source code for this agent package can be found here