Find the perfect skill
Review Deep - Parallel Multi-Agent Code Review
Development
Deep code review using 4 parallel specialized agents for comprehensive analysis of quality, security, and testing.
Online Covariance Estimation with Precise
Data & AI
A numpy-only library for online (incremental) covariance, correlation, and precision estimation, complementing sklearn.covariance.
Review Semgrep Findings
Security
Review and triage semgrep security scan results to identify true positive vulnerabilities. Performs deep code analysis to distinguish real vulnerabilities from false positives.
Reversa Drafter - PRD Synthesis Agent
Documentation
Synthesizes ideation notes and personas into a complete Product Requirements Document (PRD). Generates a structured PRD.md with problem, scope, constraints, and risks.
JSON Schema Validation
Development
Validates input data structure, types, and constraints using JSON schemas compliant with Draft 2020-12. Used when developing features like user registration, identity verification, or external API validation, providing detailed per-field error messages.
List Open Pull Requests with Priorities
Development
Displays open pull requests sorted by priority and review status. Useful for quickly seeing pending, approved, or change-requested PRs.
Blog Review Index
Content
Review one existing blog post and record known issues into the S3 index. Flag-only, never edits content.
Generate Publication-Ready TDA Figures
Data & AI
Scaffold matplotlib code for publication-ready TDA figures, enforcing project style constants, color rules, and output paths.
Resume album work
Content
Finds an album by name and shows detailed status with next steps to continue previous work.
Inclusion Plugin Help
Development
Shows available commands and explains how to use the Gotrino inclusion plugin to write more inclusive code.
Review and Fix Rust Code
Development
Deep analysis of a Rust file to find logic errors, concurrency issues, and simplification opportunities, then fix them iteratively until the file is clean.
PHP Typed Collection Class Generator
Development
Generates a typed Collection class for managing entity sets, using Atournayre traits and interfaces. Produces a final PHP file in `src/Collection/` with methods like `asList()` and features from the traits. Helps enforce consistent, typed collection structures in your domain layer.