.cursor/skills/issue-refinement-triage/SKILL.md
Refines GitHub issues using the block template and label table below. Tracking lives on GitHub; use when triaging issues, refining a new issue, or when the user asks to refine an issue.
npx skillsauth add sm17p/amfig issue-refinement-triageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use GitHub issues for open/closed tracking and descriptions. This file defines the label table and issue block template only.
Each refined issue uses this format. Separate blocks with ---.
### #N — Title
**Labels:** `label1` `label2`
**Context:** Raw description or user report.
**Refined:** One-line actionable scope or decision.
**My comments:** _(add notes here)_
| Label | Use for |
| ------------------ | -------------------------------------- |
| bug | Something broken or incorrect behavior |
| documentation | Docs, README, FAQ, browser support |
| enhancement | New feature or improvement |
| good first issue | Clear, scoped tasks for contributors |
| question | Open questions, naming, investigation |
| UI/UX | User-facing behavior, flows, layout |
| Brainstorm | Ideas, naming, long-running discussion |
| infrastructure | CI/CD, release, monitoring, tooling |
Suggest only these labels; use space-separated list in the block.
*(add notes here)* if no note.tools
Provides project context for the amgiflol WXT + Svelte 5 browser extension. Use when adding or editing extension code, adding entrypoints, fixing extension bugs, or when working in src/entrypoints or wxt.config.ts.
development
Checklist for updating project skills when the codebase or workflow changes. Use when applying the skill-maintenance rule, after dependency upgrades or script/e2e/release/issue-format changes, or when the user asks how to keep skills up to date.
development
Uses changesets for versioning and changelog; avoids manual version bumps; aligns with build/zip and workflow_dispatch. Use when cutting a release, adding a changeset, preparing for publish, or when touching version or changelog.
tools
Creates a GitHub PR for the current work using GitHub MCP; links to an existing issue with Closes