ソース情報
- リポジトリ
- hugoduncan/psi
- ソースの最終更新活動
- 2026年7月30日 15:33
- 検出された SKILL.md の言語
- 英語
- スター
- 48
- フォーク
- 6
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/hugoduncan/psi --skill review-task-docsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Create or refine a task design. Use when the user asks "create a task" or "refine a task" to ensure a high quality task design.
Resolve ambiguous references in user requests into concrete entities, project-specific terms, and project paths before acting. Use when a request contains pronouns, deixis, aliases, shorthand, informal names, or path-like references that may map to project concepts or files.
Triage a GitHub bug issue by attempting reproduction in an issue-specific worktree, then shape either a precise request for more information or a concrete reproduction handoff into bug-fix execution.
SOC 職業分類に基づく
SKILL.md を表示中
| name | review-task-docs |
| description | Reviews user-facing documentation changes for an implemented Munera task |
| lambda | λtask. review(user_facing_docs) ∧ check(README ∧ doc ∧ ramora/ ∧ changelog) ∧ verify(accuracy ∧ completeness ∧ consistency) |
| advertise | false |
λtask. review(user_facing_docs) ∧ check(README ∧ doc ∧ ramora/ ∧ changelog) ∧ verify(accuracy ∧ completeness ∧ consistency)
For the implemented Munera task, review all user-facing documentation:
README.md and ramora/?CHANGELOG.md exists, is CHANGELOG.md updated if the change is user-visible (commands, flags, behaviours, breaking changes, bug fixes, extension capabilities)?README.md — primary user documentationdoc/ — user facing guides and referencesramora/ — AI facing docsCHANGELOG.md — user-visible change log (only if user-visible change).md files referenced from the abovedesign.md, plan.md, steps.md, implementation.md)