setup-matt-pocock-skills

Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and wayfinder need to know where issues live, which label vocabulary to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so every other skill reads consistent settings instead of guessing. ## Core Features & Use Cases - Issue tracker setup: Detects the repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or a custom tracker, writing the choice to docs/agents/issue-tracker.md. - Triage label vocabulary: Maps the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to the repo's actual label strings in docs/agents/triage-labels.md. - Domain doc layout: Records single-context or multi-context CONTEXT.md and ADR conventions in docs/agents/domain.md, and adds an Agent skills block to CLAUDE.md or AGENTS.md. - Use Case: After cloning a repo that uses GitHub Issues, run this Skill once; it inspects git remotes and existing docs, confirms choices with you, then writes the configuration files that triage and wayfinder will read on every subsequent run. ## Quick Start Ask the assistant to run the setup skill to configure this repository's issue tracker, triage labels, and domain docs for the engineering skills.

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 a repo for the Matt Pocock engineering skills?

Run the setup skill once before using the other skills. It explores your git remotes and existing docs, asks you to confirm an issue tracker, triage labels, and domain doc layout, then writes the configuration to docs/agents/ and updates CLAUDE.md or AGENTS.md.

Which issue trackers does the setup skill support?

It supports GitHub Issues via the gh CLI, GitLab Issues via the glab CLI, and local markdown files under .scratch/ for repos without a remote. Other trackers like Jira or Linear can be recorded as freeform prose describing your workflow.

What are the default triage labels?

The five canonical labels are needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can keep these defaults or override individual strings to match labels your tracker already uses, recorded in docs/agents/triage-labels.md.

Does the setup skill work with GitLab instead of GitHub?

Yes. If your git remote points at GitLab, the skill proposes GitLab and writes a configuration using the glab CLI, including merge request handling and native blocking links via quick actions.

When should I re-run the setup skill?

Re-running is only necessary if you want to switch issue trackers or restart the configuration from scratch. For smaller changes, you can edit the files under docs/agents/ directly at any time.

What happens if the triage skill is not installed?

The setup skill skips the triage label section entirely. It omits the triage-labels.md file and the Triage labels block from CLAUDE.md or AGENTS.md, since an uninstalled skill needs no label configuration.