在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:547
forks:27
updated:2026年4月21日 08:38
SKILL.md
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
| 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.