ワンクリックで
claude-md-help
Overview of CLAUDE.md management commands
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Overview of CLAUDE.md management commands
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Flow: Auto - Full Issue Lifecycle in One Shot - Complete end-to-end workflow: start worktree → analyze issue → ELI5 plan + necessity gate → implement ...
Run quality checks (lint + test + typecheck + security) without committing
Flow: Finish - Quality Gates, Commit, Push, and Create PR - Run quality checks, commit changes, push the branch, and create a pull request.
Flow Commands - Streamlined worktree-based development workflow. No locks, no Redis - just git.
Flow: Merge PR and Clean Up - Merge the current branch's PR, then clean up the worktree and branch.
Diagnose flow workflow setup and environment
| name | claude-md-help |
| description | Overview of CLAUDE.md management commands |
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
CLAUDE.md references: Codex reads AGENTS.md; treat them as the target repo's agent-context file.Audit and manage your project's CLAUDE.md governance directives.
| Command | Description |
|---|---|
/claude-md-lint | Audit CLAUDE.md for CI/CD, Docker, and troubleshooting directives |
/claude-md-help | This help page |
CLAUDE.md is the primary mechanism for directing Claude Code agent behavior. Without explicit CI/CD and troubleshooting directives, agents default to ad-hoc approaches that bypass your project's build pipeline.
/claude-md-lint checks that your CLAUDE.md includes:
| Category | What It Checks |
|---|---|
| CI/CD Protocol | Makefile targets referenced for build/test/deploy |
| Troubleshooting Protocol | Directives to fix CI/CD alongside code |
| Quality Gates | make lint, make test, make verify mentioned |
| Docker Conventions | make docker-* targets (if Docker files exist) |
| Deployment Protocol | make deploy or deployment workflow |
| Available Commands | Makefile targets listed for reference |
| Score | Rating |
|---|---|
| 5-6 / 6 | HEALTHY |
| 3-4 / 6 | NEEDS ATTENTION |
| 0-2 / 6 | UNHEALTHY |
# Audit your CLAUDE.md
/claude-md-lint
# Fix gaps in your Makefile first
/cicd-check
# Full project health: Makefile + CLAUDE.md
/cicd-check && /claude-md-lint
/cicd-check - Validate Makefile targets/cicd-init - Generate Makefile from detected framework/project-init - Full project scaffolding (generates CLAUDE.md with directives)