| Use this skill to triage, score, and label GitHub issues in the docs.getdbt.com repo. Triggers when the user asks to triage issues, rank issues by priority or size, label GitHub issues, review the issue backlog, or score open docs issues. Also use this skill when the user says things like "what should we work on next", "rank our issues", "apply priority labels", "apply size labels", or "what are our highest priority issues". Always use this skill for any request involving prioritizing or sizing docs GitHub issues.
npx skills add https://github.com/dbt-labs/docs.getdbt.com --skill docs-issue-triage
This skill reads open GitHub issues in dbt-labs/docs.getdbt.com, scores them by priority and size using the definitions below, presents a ranked list to the user, and — with their confirmation — applies the appropriate labels directly to GitHub.
Use the list_issues tool to fetch open issues from dbt-labs/docs.getdbt.com. Fetch up to 100 at a time. For each issue, collect:
Skip issues that already have both a priority: label AND a size: label — they've already been triaged.
For each issue, assign one priority label and one size label based on the definitions below. Use the issue title, body, and any existing labels as signal. When in doubt, lean toward the more conservative (lower priority / smaller size) label and flag it for human review.
| Label | When to apply |
|---|---|
| priority: high | Technical inaccuracy, missing or incorrect information, or broken links that negatively affect user workflows |
| priority: medium | Fix or enhancement to existing information that is generating customer requests or confusion |
| priority: low | Improvements that don't block workflows — grammar fixes, nice-to-haves, minor clarity improvements |
Priority signal heuristics:
| Label | When to apply |
|---|---|
| size: x-small | Under 3 hours to fix (e.g. fix a typo, update a single code snippet, fix a broken link) |
| size: small | 1–2 days to address |
| size: medium | Up to a week to address |
| size: large | More than a week; may require more than one writer |
| size: x-large | 1+ weeks of research for 1+ writers — e.g. information architecture projects, major restructuring |
Size signal heuristics:
Present the triaged issues as a ranked table, sorted by priority (high → medium → low), then by age (oldest first within each priority tier).
Format:
## Triage Results — [date]
### 🔴 Priority: High
| # | Title | Suggested Size | Confidence | Notes |
|---|---|---|---|---|
| #123 | Broken link in quickstart | x-small | High | 404 detected in title |
...
### 🟡 Priority: Medium
...
### 🟢 Priority: Low
...
Include a Confidence column (High / Medium / Low) to flag issues where the scoring is uncertain and human review is recommended before applying labels.
At the end of the table, ask:
> "Would you like me to apply these labels to GitHub? I can apply all of them, only the high-confidence ones, or you can tell me which specific issues to label."
Never apply labels without explicit user confirmation. Once confirmed:
issue_write with method: update to apply the priority and size labels.Label names must exactly match:
priority: high, priority: medium, priority: lowsize: x-small, size: small, size: medium, size: large, size: x-largeIf a label doesn't exist in the repo yet, note it to the user — do not create labels automatically.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Take dbt-labs/docs.getdbt.com-docs-issue-triage from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.