From essentials
Launches a security-auditor agent with pre-gathered branch context (diff, commits, PR metadata) for deep vulnerability audits of branch changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/essentials:security-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launches the `security-auditor` agent (from this plugin) with pre-loaded
Launches the security-auditor agent (from this plugin) with pre-loaded
branch context, so the agent does not have to assemble scope itself.
git rev-parse --abbrev-ref HEADgit diff main...HEAD --statgit log main..HEAD --onelinegh pr view --json title,body,comments 2>/dev/null || echo "no open PR for this branch"Dispatch the security-auditor agent via the Task tool with the context
above. Scope the audit to the branch diff shown.
Report back the agent's findings verbatim. Do not summarize or re-rank — the agent's Phase 6 output is already the final report format.
npx claudepluginhub nicknisi/claude-plugins --plugin essentialsReviews local branch changes for bugs, security vulnerabilities, and code quality issues using a structured checklist-driven process.
Reviews local Git branch changes for bugs, security vulnerabilities, and code quality issues using a systematic checklist. Suitable for code reviews and security audits.
Audits staged git diffs for OWASP Top 10 issues and dependency typosquatting before committing. Designed for pre-commit review of security-sensitive changes.