setup-matt-pocock-skills

Configures issue tracker, triage labels, and domain docs for engineering skills in AGENTS.md or CLAUDE.md.

Updated May 23, 2026
One-click install
npx skills add https://github.com/Oatse/CWE-Automation --skill setup-matt-pocock-skills-oatse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/Oatse/CWE-Automation/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/Oatse/CWE-Automation --skill setup-matt-pocock-skills-oatse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-issues, and diagnose need to know where a repo tracks issues, which triage label strings to apply, and where domain documentation lives. This Skill scaffolds that per-repo configuration so those skills work with the correct context instead of guessing. ## Core Features & Use Cases - Interactive repo exploration: Inspects git remotes, existing AGENTS.md/CLAUDE.md files, CONTEXT.md, ADR directories, and .scratch/ folders before proposing any configuration. - Guided three-part setup: Walks the user through choosing an issue tracker (GitHub, GitLab, local markdown, or other), mapping the five canonical triage label roles, and confirming single-context or multi-context domain docs. - Template-based file generation: Writes an ## Agent skills block into the existing CLAUDE.md or AGENTS.md plus three docs under docs/agents/ using seed templates for GitHub, GitLab, and local markdown trackers. - Use Case: After cloning a repo that uses GitLab issues and custom label names, run this Skill once so the triage skill applies your real labels and the diagnose skill reads your CONTEXT.md and ADRs. ## Quick Start Ask the agent to run the setup-matt-pocock-skills skill to configure the issue tracker, triage labels, and domain docs for this repository.

Frequently Asked Questions about setup-matt-pocock-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure issue tracker settings for AI engineering skills?

Run this setup skill, which inspects your git remote and existing files, then asks you to pick GitHub, GitLab, local markdown, or another tracker. It writes the choice into docs/agents/issue-tracker.md and an Agent skills block in your CLAUDE.md or AGENTS.md.

How do I map custom triage labels for an AI triage skill?

The setup walks you through the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) and lets you override each with your repo's actual label strings. The mapping is saved in docs/agents/triage-labels.md.

Does this skill support GitLab or only GitHub?

It supports GitHub via the gh CLI, GitLab via the glab CLI, and local markdown files under .scratch/. It detects the remote host from git remote -v and proposes the matching tracker, with a freeform option for other systems like Jira or Linear.

Should I edit AGENTS.md or CLAUDE.md for agent configuration?

The skill edits whichever file already exists, preferring CLAUDE.md if both are present. If neither exists, it asks you which one to create rather than choosing for you, and it never creates a duplicate alongside an existing file.

When should I re-run the skills setup configuration?

Re-run it only when switching issue trackers or starting the configuration from scratch. For routine changes like renaming a label, edit the files under docs/agents/ directly instead of re-running the full setup.