security-audit
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Security Audit
Launches the security-auditor agent (from this plugin) with pre-loaded
branch context, so the agent does not have to assemble scope itself.
Pre-gathered Context
- Current branch: !
git rev-parse --abbrev-ref HEAD - Diff summary vs main: !
git diff main...HEAD --stat - Commits on branch: !
git log main..HEAD --oneline - PR metadata (if open): !
gh pr view --json title,body,comments 2>/dev/null || echo "no open PR for this branch"