ワンクリックで
upstream-triage
Scan open issues on the beads GitHub repo, identify ones we can help answer based on our experience, and draft responses.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scan open issues on the beads GitHub repo, identify ones we can help answer based on our experience, and draft responses.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Research recent changes in beads and gastown upstream repos. Identifies new features to leverage, breaking changes to handle, and creates a research document with actionable items.
Run a systematic code reliability audit on the mardi-gras codebase. Identifies issues ranked by severity, produces a findings document, and optionally creates a fix plan.
Guide testing mardi-gras in a real Gas Town workspace. Sets up the environment, runs mg against live gt data, and verifies Gas Town panel features.
Cut a new release of mardi-gras. Runs tests, lint, vet, creates a semver tag, pushes to trigger GoReleaser CI, and monitors the workflow.
| name | upstream-triage |
| description | Scan open issues on the beads GitHub repo, identify ones we can help answer based on our experience, and draft responses. |
| disable-model-invocation | true |
| argument-hint | [limit, default 30] |
Scan open issues on steveyegge/beads and identify ones where our experience with mardi-gras can provide helpful answers.
gh issue list --repo steveyegge/beads --state open --limit <limit> --json number,title,comments,createdAt --jq '.[] | "\(.number)\t\(.comments | length)\t\(.title)"'
Read the body and comments of each issue. Classify into:
Issues where our work on mardi-gras gives us firsthand knowledge:
bd CLI behavior and workaroundsIssues where we have partial knowledge from upstream research:
main not yet released (we track these in memory)main if applicable (with commit hashes from our memory)Show the user a summary table:
| # | Title | Comments | Category | Our knowledge |
|---|-------|----------|----------|---------------|
Then for each "can help" issue, show the drafted response and ask whether to post it.
After presenting findings, append to the triage log in docs/internal/upstream-check/UPSTREAM_JOURNAL.md.
For issues we commented on:
| <date> | [#<number>](https://github.com/steveyegge/beads/issues/<number>) | <brief description> |
For issues triaged but not commented on, update the "triaged but not commented" table.
gh issue comment --repo steveyegge/beads <number> --body "..." only after the user confirmsCheck MEMORY.md for current versions and known issues. Key facts:
bd sync is a no-op on v0.56+bd init --from-jsonl fixed on main (fd21fa4) but not in v0.56.1bd edit opens $EDITOR — never use from agents