Use this agent to create a prerelease PR that triggers the automated GitHub Actions release workflow with the --prerelease flag set on the resulting GitHub Release. It bumps the version using a prerelease tag (e.g., 3.2.9-beta.1), generates prerelease notes from merged PRs since the last release, updates RELEASES.md…
Use this agent to create a release PR that triggers the automated release workflow. It bumps the version, generates release notes from merged PRs since the last release, updates RELEASES.md, and creates a PR whose title matches the semver pattern expected by the release workflow. Use when the user says "create a…
How to test the Copilot plugin across three layers — unit, integration, and end-to-end. Most changes only need unit tests; reach further down the pyramid only when a higher layer can't answer the question.
Detects inconsistencies between new transcripts and existing wiki modules. Looks for contradictions, duplicates, outdated dates, missing wiki-links. Used by /process-transcripts.
Identifies modules that need a reweave after neighboring modules were updated. Evaluates 5 triggers, prioritizes candidates, classifies reweave actions. Read-only — never edits files. Used by /process-transcripts.