一键导入
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 职业分类
| 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)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