jaredtconnor

Label — Development skill for Claude Code

Development community

Add or confirm a label on a Linear issue (bug/chore/feature).

How to install Label

Installs to ~/.claude/skills/jaredtconnor-agent-tooling-label/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jaredtconnor-agent-tooling-label && curl -fsSL https://raw.githubusercontent.com/jaredtconnor/agent-tooling/HEAD/commands/label.md -o ~/.claude/skills/jaredtconnor-agent-tooling-label/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Label does


description: Add or confirm a label on a Linear issue (bug/chore/feature)

Label - Classify Linear Issues

Add or confirm a type label (bug/chore/feature) on a Linear issue.

Usage

/label AIFE-123 bug       # Label as bug
/label AIFE-123 chore     # Label as chore
/label AIFE-123 feature   # Label as feature
/label AIFE-123           # Interactive - show suggestion and confirm

Overview

Used to classify issues that are missing a type label. The conductor shows unlab

Alternatives in Development

  • Domxss — Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only repor 4.5k ★
  • Label Issue 1.3k ★
  • Impact Linear — Analyze Linear issue impact and dependencies 512 ★

Full documentation available on GitHub

View Source Repository