Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

monozukuri

monozukuri には Viniciuscarvalho から収集した 11 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
11
Stars
6
更新
2026-05-26
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

monozukuri-codex-readiness
ソフトウェア開発者

Verify whether Monozukuri can run with Codex in loop or full-auto workflows by checking agent availability, skill discovery, dry-run behavior, and the targeted Bats validation path. Use for Monozukuri Codex readiness, loop, agent doctor, or skill availability questions. Do not use for unrelated repositories or generic CI triage.

2026-05-26
repo-skill-audit
ソフトウェア開発者

Audit a repository's local skills, agents, and instruction files for Codex compatibility and recommend only missing or redundant workflow assets. Use when the user asks whether skills are adapted to Codex, how to invoke project skills or agents, or which skills to install after scanning a repo. Do not use for ordinary code review or non-agent tooling.

2026-05-26
mz-open-pr
ソフトウェア開発者

Open a GitHub pull request via gh pr create with a body summarizing PRD goals, code changes, and test results. Use when the orchestrator routes the pr phase. Do not use for editing existing PRs or non-GitHub remotes.

2026-05-13
mz-create-prd
プロジェクト管理専門家

Generate a PRD artifact for a monozukuri feature. Use when the orchestrator routes the prd phase or when the user asks to draft a feature PRD. Do not use for techspec/tasks generation or for editing an existing PRD.

2026-05-11
mz-create-tasks
プロジェクト管理専門家

Decompose a PRD and TechSpec into a structured tasks.json task list for monozukuri's code phase. Use when the orchestrator routes the tasks phase. Do not use for PRD or TechSpec generation.

2026-05-11
mz-create-techspec
ソフトウェア開発者

Generate a TechSpec artifact that translates a PRD into a concrete implementation plan. Use when the orchestrator routes the techspec phase or when the user asks to draft a technical specification. Do not use for PRD generation or task decomposition.

2026-05-11
mz-execute-task
ソフトウェア開発者

Execute one PRD task end-to-end inside a git worktree — implement, verify acceptance criteria, and commit. Use when the orchestrator routes the code phase. Do not use for the tests, pr, or planning phases.

2026-05-10
mz-run-tests
ソフトウェア品質保証アナリスト・テスター

Run the project's test suite, add tests for each task's acceptance criteria, and emit a tests.md summary. Use when the orchestrator routes the tests phase. Do not use for unit-test debugging during the code phase.

2026-05-10
mz-validate-artifact
ソフトウェア品質保証アナリスト・テスター

Validate a generated artifact (PRD, TechSpec, or Tasks) against its skill's validation rules before claiming the phase is complete. Use when the orchestrator runs schema_validate_with_reprompt or after any manual artifact edit. Do not use for runtime test validation (mz-run-tests handles that).

2026-05-10
mz-workflow-memory
プロジェクト管理専門家

Maintain feature-scoped workflow memory (MEMORY.md and task_NN.md) across tasks within one feature run. Use when the orchestrator emits a memory bootstrap or compaction signal. Do not use for monozukuri's project/global learning store (lib/memory/learning.sh) — that is a separate durable layer.

2026-05-10
ci-guard
ソフトウェア開発者

Monitor, classify, and budget-safely retry GitHub Actions CI for a PR. Use when the user wants to snapshot CI state, retry failed checks, verify a flaky green, or classify a specific run failure. Requires gh CLI authenticated against the repo's GitHub account.

2026-05-06