@zack/devwork-copilot
Interactive GitHub maintainer copilot with explicit approval gates for write actions.
Install
agentpm install @zack/devwork-copilot@0.1.0Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/devwork-copilot@0.1.0');from agentpm import load_agent
agent = load_agent("@zack/devwork-copilot@0.1.0")Weekly installs
1
0%
Last publish
Today
v0.1.0
agent.json
{
"name": "devwork-copilot",
"version": "0.1.0",
"description": "Interactive GitHub maintainer copilot with explicit approval gates for write actions.",
"tools": [
{
"name": "@zack/github-issues",
"version": "0.1.1"
},
{
"name": "@zack/summarize-text",
"version": "0.1.8"
}
],
"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."
}
],
"readme": "README.md",
"license": {
"spdx": "MIT"
}
}Tool dependencies
Reserved references
Skills
ReservedNo skills references declared.
Knowledge
ReservedNo knowledge references declared.
Memory
ReservedNo memory references declared.
Profiles
ReservedNo profiles references declared.