ワンクリックで
issue-triage
Classify one or all open issues, apply labels, request missing info
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Classify one or all open issues, apply labels, request missing info
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Sync all user-facing documentation (README, SPEC, installation guide, GitHub Pages landing/install pages, installer README, .env.example, directory listings) plus the CLAUDE.md command/env sections with the latest features and CHANGELOG. Use after completing any task that adds, changes, or removes a user-facing feature, env var, module, or installation step — and before running release-prep.
Take a GitHub issue from triage through a PR on a fix/<id> branch
Review a PR against the Oikos Hard Constraints and decide close/request-changes/merge
Bump patch version, update CHANGELOG, commit, tag, push and create GitHub release
SOC 職業分類に基づく
| name | issue-triage |
| description | Classify one or all open issues, apply labels, request missing info |
| disable-model-invocation | true |
| user-invocable | true |
| argument-hint | [<issue-number> | all] |
| allowed-tools | ["Bash(gh issue *)","Bash(gh label *)","Read","Grep"] |
Run from inside oikos/. $1 is a specific issue number or the literal all (default: all → every open issue without labels).
gh issue view $1 --repo ulsklyc/oikos --comments. For all: gh issue list --repo ulsklyc/oikos --state open --label '' --json number,title,body,author,createdAt.gh issue edit <n> --repo ulsklyc/oikos --add-label "<labels>":
bug — reproduction + expected vs. actual behaviour present and plausible against current codeenhancement — new feature or UX improvement, no existing regressionquestion — user needs help using Oikos, not a code changeinvalid — spam, duplicate, or out of scope (self-hosted family planner)
Add area labels where obvious: calendar, tasks, shopping, meals, budget, notes, contacts, reminders, i18n, pwa, security, docs.bug, post a single comment asking for exactly what's missing. Apply label needs-info.gh issue close <n> --repo ulsklyc/oikos --reason "not planned" --comment "<english explanation>". Always leave a reason.question and ask for clarification — don't guess.