Review Codebase
Skill Verified ActiveMulti-phase deep codebase review with severity ratings and structured output. Covers architecture, security, code quality, and UX/accessibility in a single coordinated pass. Produces a prioritized findings table suitable for direct conversion to GitHub issues via the create-github-issues skill.
To provide a thorough, multi-dimensional assessment of a codebase's quality and structure, producing actionable, prioritized findings for improvement.
Features
- Multi-phase codebase review
- Severity ratings for findings
- Structured output for issue conversion
- Covers architecture, security, code quality, and UX/accessibility
- Input parameters for scope and output format
Use Cases
- Conducting whole-project or subproject quality checks
- Onboarding to new codebases to build a mental model
- Performing periodic health checks after sustained development
- Using findings to directly create GitHub issues or plan sprints
Non-Goals
- Reviewing individual pull requests (use `review-pull-request` skill)
- Performing single-domain deep dives (use specialized skills like `security-audit-codebase`)
- Implementing fixes (use `clean-codebase` skill)
Practical Utility
- info:Usage examplesWhile the SKILL.md describes inputs and expected outputs, it does not provide concrete, ready-to-use examples with specific inputs and their corresponding outputs.
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
VerifiedTrust Signals
Similar Extensions
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.
ClawSweeper Skill
100Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.
Semgrep Rule Creator
100Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.
Safe Mode
100Prevent destructive operations using Claude Code hooks. Three modes — cautious (warn on dangerous commands), lockdown (restrict edits to one directory), and clear (remove restrictions). Uses PreToolUse matchers for Bash, Edit, and Write.
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.