Loading...
Loading...
Found 818 Skills
Naming patterns and conventions based on Clean Code JavaScript principles.
Comprehensive multi-stage code review using specialized subagents. Use when reviewing PRs with complex architectural impact, security concerns, or when thorough multi-perspective analysis is needed.
Code Reviewer Specialist. Use this to review PRs, check security, and ensure code quality standards before merging.
Reduce cyclomatic complexity with targeted refactoring strategies
Three-lens code review using parallel subagents: Epimetheus (hindsight — bugs, debt, fragility), Metis (craft — clarity, idiom, fit-for-purpose), Prometheus (foresight — vision, extensibility, future-Claude). Triggers on /titans, /review, 'review this code', 'what did I miss', 'before I ship this'. Use after completing substantial work, before /close. (user)
Code refactoring workflow - analyze → plan → implement → review → validate
Comprehensive code review workflow - parallel specialized reviews → synthesis
Review pull request feedback with discerning judgment. The lynx scans comments, identifies legitimate concerns, addresses minor issues directly, and plans responses to significant feedback. Use when responding to PR reviews and addressing reviewer concerns.
Auto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target
Initialize repo-scoped code review policy files under .opencode/review. Use when setting up project-specific review rules for /code-review.
Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification
SOLID principles for React 19. Files < 100 lines, hooks separated, interfaces in src/interfaces/, JSDoc mandatory. Use for React architecture and code quality.