setup-matt-pocock-skills

Configures issue tracker, triage labels, and domain docs for engineering skills.

2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/IsKenKenYa/skills --skill setup-matt-pocock-skills-iskenkenya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/IsKenKenYa/skills/tree/main/skills/engineering/setup-matt-pocock-skills
Command: npx skills add https://github.com/IsKenKenYa/skills --skill setup-matt-pocock-skills-iskenkenya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where issues live, which triage labels to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once so every other engineering skill reads consistent settings instead of guessing. ## Core Features & Use Cases - Issue Tracker Setup: Detects your git remote and configures GitHub (gh CLI), GitLab (glab CLI), local markdown files under .scratch/, or a custom tracker workflow. - Triage Label Vocabulary: Records the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or maps them to your existing label names. - Domain Docs Layout: Establishes single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) documentation conventions. - Use Case: After installing the engineering skills into a repo, run this once to generate docs/agents/issue-tracker.md, docs/agents/triage-labels.md, and docs/agents/domain.md, plus an Agent skills block in CLAUDE.md or AGENTS.md. ## Quick Start Run the setup-matt-pocock-skills skill to configure this repository's issue tracker, triage labels, and domain documentation layout 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 an issue tracker for agent engineering skills?▼

Run this setup skill once in your repo. It inspects your git remote, proposes GitHub, GitLab, or local markdown under .scratch/, and writes the choice to docs/agents/issue-tracker.md so skills like triage and to-tickets know where to read and write issues.

What triage labels do the engineering skills use?▼

The five canonical labels are needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. The setup skill writes these defaults to docs/agents/triage-labels.md, and you can map them to your tracker's existing label names if they differ.

Does this setup skill work with GitLab instead of GitHub?▼

Yes. When the git remote points at GitLab, the skill proposes GitLab and writes a tracker config using the glab CLI, covering issue creation, notes, labels, and merge request handling as equivalents of the gh commands.

Can I use a local markdown issue tracker without GitHub?▼

Yes. The local markdown option stores issues as files under .scratch/<feature>/ with one file per ticket, a Status line for triage state, and a Comments section. This suits solo projects or repos without a remote.

When should I re-run the repository setup skill?▼

Re-run it only when switching issue trackers or starting configuration from scratch. Routine changes like editing label mappings or domain doc rules can be made directly in the docs/agents/*.md files it generated.