unyieldingclaw-dev

Test Audit — Security skill for Claude Code

Security community

Audit test coverage for changed files (or full project with --all).

How to install Test Audit

Installs to ~/.claude/commands/unyieldingclaw-dev-personal-memory-bank-test-audit.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/unyieldingclaw-dev/personal-memory-bank/HEAD/.claude/commands/test-audit.md -o ~/.claude/commands/unyieldingclaw-dev-personal-memory-bank-test-audit.md

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

What Test Audit does


allowed-tools:

  • Bash(git diff *)
  • Bash(git diff HEAD)
  • Bash(git status *)
  • Bash(find * -type f *)
  • Bash(grep -r *)
  • Bash(grep -l *)
  • Bash(grep -c *)
  • Glob(/)
  • Read description: Audit test coverage for changed files (or full project with --all). Reports missing test files, empty test files, framework config, and CI test step.

Audit test coverage for the project. Read the argument passed to this command:

  • No argument → scope to git diff HEAD --name-only

Alternatives in Security

Full documentation available on GitHub

View Source Repository