Code Audit banner
skymanbp skymanbp

Code Audit

Security community

Description

--- description: Adversarial code review tree. Wraps `/cc-tree:tree` with the code-audit preset preselected — finds security / performance / correctness / contract findings a static linter would miss. Every finding carries `file:line` evidence + threat-model context + proposed_fix; hard-banned against NEEDS-MORE-INFO deferrals. 中文触发:对抗式代码审查,找安全 / 性能 / 正确性 / 契约类缺陷。 argument-hint: "<file_or_directory_path> [--lang <tag|auto>] [--width N|∞] [--depth N|∞] [--rounds N|conv] [--out <dir>] [--glossary

Installation

Installs to ~/.claude/skills/skymanbp-cc-tree-code-audit/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository