MCKRUZ

Sdlc Audit — Security skill for Claude Code

Security community

/sdlc-audit — Gate Effectiveness Analysis.

How to install Sdlc Audit

Installs to ~/.claude/skills/mckruz-claude-code-sdlc-sdlc-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mckruz-claude-code-sdlc-sdlc-audit && curl -fsSL https://raw.githubusercontent.com/MCKRUZ/claude-code-sdlc/HEAD/commands/sdlc-audit.md -o ~/.claude/skills/mckruz-claude-code-sdlc-sdlc-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sdlc Audit does

/sdlc-audit — Gate Effectiveness Analysis

Analyze gate results across completed phases in the current project's `state.yaml` to identify which gates are useful and which are candidates for adjustment.

Instructions

  1. **Locate state file:** Look for `.sdlc/state.yaml` in the current project directory. If not found, tell the user to run `/sdlc-setup` first.

  2. **Read state:** Load `.sdlc/state.yaml` and extract `gate_results` from every completed phase.

  3. **Run audit analysis:** Execute

Alternatives in Security

  • Security Guardian — Comprehensive security analysis for RTK CLI tool, focusing on command injection, shell escaping, hook security 11.9k ★
  • Skill Code Review — Expert multi-AI code review with inline PR comments — use for thorough quality and security analysis 2.8k ★
  • Security Advanced Pack — Advanced security testing and analysis 1.6k ★

Full documentation available on GitHub

View Source Repository