comprehensive-code-review
Low Risk 65Review pull requests with ultra-critical analysis
by Cygnusfear
Catch bugs before they reach production with systematic 6-pass code reviews. Get actionable feedback on runtime failures, architecture issues, and verification strategies.
audit
Safe 71Audit codebase for quality issues
by Cygnusfear
Codebases accumulate technical debt, deprecated patterns, and hidden bugs over time. This skill provides a systematic framework for comprehensive code review that identifies problems across deprecations, architecture, types, and code smells.
architectural-analysis
Safe 68Analyze Codebase Architecture
by Cygnusfear
Codebases accumulate dead code, duplication, and architectural issues over time. This skill provides a systematic framework for comprehensive code analysis, identifying cleanup opportunities and quantifying technical debt.
using-git-worktrees
Safe 69Set up isolated git worktrees
by Cycleaddict
Working on multiple features simultaneously requires constant branch switching, which disrupts context and slows progress. This skill creates isolated git worktrees that let you work on separate branches in parallel directories without switching, while automatically verifying gitignore safety and running clean test baselines.
test-driven-development
Safe 69Master Test-Driven Development
by Cycleaddict
Writing tests after code leads to bugs and poor design. This skill enforces strict TDD discipline with red-green-refactor cycles for bulletproof code.
systematic-debugging
Low Risk 68Debug systematically before fixing
by Cycleaddict
Random fixes waste time and create new bugs. This skill provides a 4-phase framework to find root causes before attempting any solution. Stop guessing and start investigating.
subagent-driven-development
Safe 69Execute plans with subagent workflow
by Cycleaddict
Implement complex projects by dispatching subagents for independent tasks. Each task gets two-stage review ensuring spec compliance and code quality. Stay in the same session for fast iteration.
requesting-code-review
Safe 69Request code review before merging
by Cycleaddict
Manual code review is time-consuming and inconsistent. This skill dispatches a structured code-reviewer subagent to systematically evaluate code changes against requirements, architecture standards, and production readiness criteria.
receiving-code-review
Safe 70Handle Code Review Feedback with Technical Rigor
by Cycleaddict
Code review feedback requires technical verification, not blind implementation. This skill guides AI agents through evaluating feedback critically, asking clarifying questions, and pushing back when necessary with technical reasoning.
parametric-scribe
Safe 70Enable Time Machine Coding with Parametric History
by Cycleaddict
Traditional AI coding is destructive. Once you change direction, previous work is overwritten. Parametric Scribe creates a non-linear editing experience for code, recording each task as a replayable step that can be modified and intelligently reapplied to new contexts.
finishing-a-development-branch
Safe 71Complete your feature branch workflow
by Cycleaddict
After implementing a feature, deciding how to integrate the work can be unclear. This skill provides a structured process to verify tests, present clear options for merge or PR, and safely execute the chosen workflow with confirmation prompts.
dispatching-parallel-agents
Safe 69Dispatch Parallel Agents for Bugs
by Cycleaddict
Multiple test failures waste time when investigated sequentially. Parallel agent dispatch sends independent investigations to multiple AI agents, solving several problems in the time it takes to solve one.
test-generator
Safe 68Generate Unit Tests Automatically
by CuriousLearner
Writing comprehensive unit tests is time-consuming and often incomplete. This skill analyzes your code and generates complete test suites with edge cases, error handling, and proper mocking.
rust-cargo-assistant
Safe 68Master Cargo Build System and Rust Project Configuration
by CuriousLearner
Managing Cargo projects requires understanding complex configuration patterns and dependency resolution. This skill delivers expert guidance for project initialization, dependency management, build optimization, and troubleshooting common Rust toolchain issues.
refactor-assistant
Safe 68Refactor Code with AI Assistance
by CuriousLearner
Codebases become harder to maintain as technical debt accumulates over time. This skill provides systematic refactoring suggestions and helps implement improvements while preserving existing functionality.
python-venv-manager
Safe 67Manage Python Virtual Environments
by CuriousLearner
Struggling with Python dependency conflicts and virtual environment setup? This skill provides expert guidance on creating, managing, and troubleshooting Python virtual environments using modern tools like Poetry, pipenv, and pyenv.
performance-profiler
Safe 69Analyze code performance and find optimization opportunities
by CuriousLearner
Slow code wastes compute resources and frustrates users. This skill identifies inefficient algorithms, memory leaks, and N+1 queries, then provides specific fixes with expected performance gains.
pattern-detector
Safe 69Detect Design Patterns and Anti-Patterns
by CuriousLearner
Poor code structure leads to technical debt and maintenance problems. This skill analyzes code to identify design patterns in use and anti-patterns that should be fixed, providing clear recommendations for improvement.
npm-helper
Safe 67Master NPM Package Management
by CuriousLearner
Managing Node.js dependencies can be confusing with multiple package managers and version conflicts. This skill provides expert guidance for npm, yarn, and pnpm with practical examples and troubleshooting solutions.
naming-analyzer
Safe 68Analyze and improve code naming conventions
by CuriousLearner
Poor naming makes code difficult to understand and maintain. This skill analyzes your code and suggests clearer, more descriptive names following established language conventions for better code quality.