ソース情報
- リポジトリ
- Hbin77/codex-kit
- ソースの最終更新活動
- 2026年8月7日 04:26
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Hbin77/codex-kit --skill shipコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | ship |
| description | Full pipeline — implement, verify, review, then commit and open a PR |
Full pipeline: implement, verify, commit, and create a PR. Execute all steps automatically without asking between phases unless genuinely ambiguous.
Task: the task/scope the user described when invoking this skill (if none given, ask or infer from context)
Skip for backend-only, bug-fix, or refactor tasks with no UI change.
design-system/MASTER.md가 있으면 로드해 재사용 (필요 시 page override).~/.codex/skills/ui-ux-pro-max/ (reasoning-rules.md → styles.md)로 토큰 확정 후 design-system/MASTER.md 생성.Implementation plan: files to modify, approach, risks. Identify dependency order.
Implement sequentially from the foundation (types → logic → UI). Follow existing conventions.
Run and auto-fix failures (up to 3 attempts): build, lint/type-check, tests. For UI changes also run /design-audit checks.
Review your changes for quality (single responsibility, no duplication, clear naming, error handling, no dead code, perf, consistency) and security (no secrets, no injection, input validation, no data exposure). Fix CRITICAL/WARNING findings.
type(scope): description.main/master, create a new branch first.-u.gh pr create: clear title (<70 chars), summary of changes, test plan, review findings addressed.PR URL, summary of changes, review results (quality + security), manual testing needed.