github-triage
GitHub Triage (gh-first)
Use this skill when the task is “find upstream issues/PRs for this error”.
Default flow
Prefer running the bundled script and paste the results back:
/Users/bvt/.codex/skills/github-triage/scripts/gh_triage.sh --repo OWNER/REPO --phrase "exact error text" --limit 10 --prs
If you must do it manually
- Issues (exact):
gh search issues --repo OWNER/REPO --match title,body "..." --limit 10 - Then expand:
gh issue view N --repo OWNER/REPO --comments
Output
- Always include
OWNER/REPO#Nand the URL.
More from altinity/skills
altinity-expert-clickhouse-schema
Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization.
64altinity-expert-clickhouse-logs
Analyze ClickHouse system log table health including TTL configuration, disk usage, freshness, and cleanup. Use for system log issues and TTL configuration.
57altinity-expert-clickhouse-ingestion
Diagnose ClickHouse INSERT performance, batch sizing, part creation patterns, and ingestion bottlenecks. Use for slow inserts and data pipeline issues.
56altinity-expert-clickhouse-merges
Diagnose ClickHouse merge performance, part backlog, and 'too many parts' errors. Use for merge issues and part management problems.
53altinity-expert-clickhouse-overview
Runs a quick overview of Clickhouse server health.
53altinity-expert-clickhouse-dictionaries
Analyze ClickHouse external dictionaries including configuration, memory usage, reload status, and performance. Use for dictionary issues and load failures.
53