Analyzes a codebase to build deep architectural context for vulnerability hunting, with optional --focus flag to target a specific module.
How this command is triggered — by the user, by Claude, or both
Slash command
/audit-context-building:audit-context <codebase-path> [--focus <module>]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Build Audit Context **Arguments:** $ARGUMENTS Parse arguments: 1. **Codebase path** (required): Path to codebase to analyze 2. **Focus** (optional): `--focus <module>` for specific module analysis Invoke the `audit-context-building` skill with these arguments for the full workflow.
Arguments: $ARGUMENTS
Parse arguments:
--focus <module> for specific module analysisInvoke the audit-context-building skill with these arguments for the full workflow.
npx claudepluginhub impreza2022/skills --plugin audit-context-building11plugins reuse this command
First indexed Jan 29, 2026
Showing the 6 earliest of 11 plugins
/audit-contextAnalyzes a codebase to build deep architectural context for vulnerability hunting, with optional --focus flag to target a specific module.
/analyzeScans codebase for quality, security, performance, and architecture issues, generating severity-rated findings, actionable recommendations, and a summary report. Supports focused analysis on specific domains and custom depth/format.
/deep-code-analysisAnalyzes codebase with structure mapping, documentation research, pattern detection, security review, performance assessment; generates Markdown report. Supports focus areas like security via arguments.
/sc-analyzePerforms multi-domain static code analysis across quality, security, performance, and architecture. Produces severity-rated findings and actionable recommendations with optional report generation.
/sc-reviewPerforms comprehensive verification of code quality, security, performance, and architecture. Uses specialized agents for deep analysis and parallel workstreams.
/scopePrepares focused analysis scope for large codebases and monorepos, creating markdown snapshots for review. --list detects workspaces with size estimates, languages, and risks.