review-codebase
Codebase Review Skill
Perform comprehensive codebase analysis to identify optimization opportunities, technical debt, and refactoring needs.
Usage
/skill:review-codebase # Full codebase review
/skill:review-codebase src/components # Review specific directory
/skill:review-codebase --focus security # Focus on security issues
/skill:review-codebase --focus performance # Focus on performance issues
Focus Areas
Available focus modes:
security- Security vulnerabilities and hardening opportunitiesperformance- Performance bottlenecks and optimization opportunitiesquality- Code quality, complexity, and maintainability
More from l3wi/agents-workflow
init
Bootstrap new projects or add the agents-workflow system to existing projects. Use for new project scaffolding (Next.js, Python, Rust) or adding workflow capabilities to any git repository.
1feature
Implement features using worktree-based development with TDD. Use after spec approval to build features in isolated git worktrees with quality gates.
1plan
Entry point for feature planning workflow. Guides users through PRD creation, spec generation, and swarm design with automatic context management.
1validate-plan
Validates implemented code against technical specifications, runs comprehensive tests, and ensures alignment before merge. Third prong of the development workflow after planning and orchestration.
1