What problem does it solve?
This Skill prevents engineering agent workflows from failing due to missing or mismatched per-repo context, such as the issue tracker location, triage label vocabulary, and where domain documents live.
Core Features & Use Cases
- Issue tracker setup: Records whether issues and PRDs live on GitHub, GitLab, or locally as markdown, so downstream skills can publish, fetch, and follow the correct workflow.
- Triage label mapping: Establishes the five canonical triage role strings and maps them to the label names actually used in the repo.
- Domain docs consumption rules: Defines whether the repo is single-context or multi-context so skills can locate CONTEXT.md/CONTEXT-MAP.md and ADRs correctly.
- Designed for prompt-driven confirmation: Gathers evidence from the repo (e.g., existing AGENTS.md/CLAUDE.md sections and current conventions) and then asks the user to confirm the three decisions before writing.
Quick Start
Ask the AI to run setup-matt-pocock-skills to configure your repo’s issue tracker, triage labels, and domain-doc layout based on what already exists in your repository.