2026-08-23 17:56:09 +02:00
|
|
|
# Thin CPM wrapper around apm-issue-autopilot from the official microsoft/apm repo.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
#
|
2026-08-23 17:56:09 +02:00
|
|
|
# The upstream package already orchestrates skills (apm-triage-panel,
|
|
|
|
|
# shepherd-driver, pr-description-skill) and drives issues to a mergeable PR.
|
|
|
|
|
# The team profile below maps exactly those phases onto agent roles.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
#
|
2026-08-23 17:56:09 +02:00
|
|
|
# Upstream: https://github.com/microsoft/apm/tree/main/packages/apm-issue-autopilot
|
|
|
|
|
# APM supports monorepo subpaths, so the dependency points directly at the
|
|
|
|
|
# subdirectory.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
|
|
|
|
|
name: acme/issue-autopilot-cpm
|
|
|
|
|
version: 0.1.0
|
|
|
|
|
description: >
|
2026-08-23 17:56:09 +02:00
|
|
|
Issue triage team based on microsoft/apm packages/apm-issue-autopilot:
|
|
|
|
|
triage as gate, shepherd for drive-to-merge, PR descriptions and a
|
|
|
|
|
reviewing counter-check. Human-in-the-loop: escalate to the maintainer
|
|
|
|
|
on doubt.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
author: Tobias Endres
|
|
|
|
|
license: MIT
|
|
|
|
|
type: hybrid
|
|
|
|
|
targets:
|
|
|
|
|
- opencode
|
|
|
|
|
dependencies:
|
|
|
|
|
apm:
|
|
|
|
|
- microsoft/apm/packages/apm-issue-autopilot
|
|
|
|
|
mcp:
|
|
|
|
|
- name: io.github.github/github-mcp-server
|
|
|
|
|
transport: http
|