원클릭으로
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