x-bug-triage

Featured

Analyzes public X/Twitter complaints to detect, cluster, and triage bugs with repo evidence and owner routing. Use when monitoring product health from social signals. Trigger with "/x-bug-triage" or "triage X bugs for @account". Make sure to use this skill whenever triaging bugs from X/Twitter mentions.

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# X Bug Triage Closed-loop bug triage from public X/Twitter complaints to clustered, evidence-backed GitHub issues. ## Overview Product teams learn about bugs from X/Twitter hours before internal monitoring catches them. This skill automates the pipeline: ingest complaints, classify and cluster them by bug family, scan repos for corroborating evidence, route to owners, and file issues — all with human confirmation gates. Results display directly in the terminal with optional Slack delivery for team review. ## Prerequisites - X API bearer token configured at `~/.claude/channels/x-triage/.env` - SQLite database initialized (`bun run db:migrate`) - `config/approved-accounts.json` and `config/approved-searches.json` populated - GitHub CLI (`gh`) for issue filing Verify environment before starting: ``` !test -f data/triage.db && echo "DB ready" || echo "Run: bun run db:migrate" ``` ``` !test -f config/approved-accounts.json && echo "Accounts configured" || echo "Missing: config/approved-accounts.json" ``` ## Instructions ### Step 1: Intake 1. Resolve account username to ID: `mcp__triage__resolve_username` 2. Fetch mention timeline: `mcp__triage__fetch_mentions` 3. Run approved searches: `mcp__triage__search_recent` 4. Cross-reference mentions with search results for completeness 5. Hydrate conversation threads for posts with conversation_id: `mcp__triage__fetch_conversation` 6. Fetch quote tweets for high-engagement posts: `mcp__triage__fetch_quote_tweets` After intake...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category