Run a full codebase review across all features. Reads the documentation registry to understand feature boundaries, then spawns code-reviewer agents per feature to identify bugs, security issues, and quality concerns. Non-breaking — reports issues and optionally applies safe fixes only. Use whenever reviewing the whole project across features (an audit), not a single change. Do NOT use for one diff or PR (use code-reviewer). Invoke with /review-codebase.
$npx -y skills add jakubsuplicki/codument --skill review-codebaseInstalls into the current project.
Run `npx skills use "https://github.com/jakubsuplicki/codument" --skill "jakubsuplicki/codument/review-codebase"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jakubsuplicki/codument" that are relevant to the current task. Run `npx skills add "https://github.com/jakubsuplicki/codument"` and select the relevant skills, then follow their instructions.