What problem does it solve?
This skill solves the problem of Matt Pocock's engineering skills (such as to-issues, triage, tdd, and diagnose) failing to work correctly due to missing repo-specific context, eliminating the need to manually configure each skill for your repository.
Core Features & Use Cases
- Issue tracker configuration: Sets up the skill's knowledge of where your repo's issues live (GitHub, GitLab, local markdown, or a custom workflow) so skills can read and write issues correctly.
- Triage label mapping: Aligns the skill's canonical triage role labels with the actual labels used in your repo's issue tracker to avoid duplicate or incorrect label application.
- Domain doc layout setup: Configures whether your repo uses a single or multi-context domain doc structure, so skills like diagnose and improve-codebase-architecture can find CONTEXT.md and ADR files when exploring the codebase.
- Use Case: If you are using Matt Pocock's engineering skills in a new repository, run this skill first to avoid broken workflows caused by missing configuration.
Quick Start
Run the setup-matt-pocock-skills skill in your repository root to scaffold all required agent skills configuration and domain documentation setup before using any of Matt Pocock's engineering skills.