setup-matt-pocock-skills

Configure repository metadata for issue tracker, triage labels, and documentation layout.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ian-pascoe/dotfiles-chezmoi --skill setup-matt-pocock-skills-ian-pascoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/ian-pascoe/dotfiles-chezmoi/tree/main/dot_agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/ian-pascoe/dotfiles-chezmoi --skill setup-matt-pocock-skills-ian-pascoe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prepares a repository for the engineering skills by defining where work is tracked, which labels mean what, and how domain documentation should be organized.

Core Features & Use Cases

  • Issue tracker setup: Records whether the repo uses GitHub, GitLab, local markdown, or another workflow for issues and related work items.
  • Triage vocabulary mapping: Aligns the skill system’s canonical triage roles with the exact label names already used in the repo.
  • Domain documentation layout: Establishes whether the repo is single-context or multi-context so skills can read the right CONTEXT and ADR files.
  • Use case: A maintainer can run this once in a fresh repo to make later skills like triage, bug diagnosis, and architecture review behave consistently.

Quick Start

Use this skill to inspect the repository, confirm the issue tracker, triage labels, and domain-doc layout, and then write the agreed configuration into the repo.

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 repository metadata for agent engineering skills?

Configuring repository metadata for engineering skills involves defining the issue tracker, mapping triage labels, and establishing the domain documentation layout to prepare the repo for downstream automation workflows.

What is the best way to map existing triage labels for an AI agent?

Mapping existing triage labels for an AI agent requires aligning the skill system's canonical triage roles with the exact label names already used in your repository to ensure consistent request-surface behavior.

How do I set up context and ADR file locations for a new repository?

Setting up context and ADR file locations involves establishing whether the repository uses a single-context or multi-context domain documentation layout so downstream skills can reliably read the correct files.

Does this repository setup skill work with both GitHub and GitLab issue trackers?

Yes, the repository setup skill supports multiple issue tracker workflows including GitHub, GitLab, and local markdown, recording the specific tracker configuration required for reliable bug diagnosis and triage operations.

Why do I need to run a repo-wide setup step before using architecture review skills?

Running a repo-wide setup step before using architecture review skills is necessary to capture the tracker workflow and documentation layout, ensuring downstream skills operate consistently without missing contextual metadata.

Can I define domain documentation layout for multi-context repositories?

Yes, you can define the domain documentation layout for multi-context repositories, which establishes the specific CONTEXT and ADR file locations required for architecture-oriented skills to read the correct domain files.