adyusuf

Standards Check — Security skill for Claude Code

Security community

Audit the current changes against the global software standards.

How to install Standards Check

Installs to ~/.claude/skills/adyusuf-claude-code-standards-standards-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adyusuf-claude-code-standards-standards-check && curl -fsSL https://raw.githubusercontent.com/adyusuf/claude-code-standards/HEAD/commands/standards-check.md -o ~/.claude/skills/adyusuf-claude-code-standards-standards-check/SKILL.md

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

What Standards Check does


description: Audit the current changes against the global software standards

Audit the **pending changes** in this repository (`git diff` + `git diff --staged`; if there is nothing, the last commit) against the standards under `~/.claude/standards/`.

If an argument is given ($ARGUMENTS), review only that scope (a file path, a directory or a topic name).

Steps

  1. Determine the scope of the changes with git status and git diff. If there are no changes, say so and stop.
  2. Decide

Alternatives in Security

Full documentation available on GitHub

View Source Repository