- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
session-resume
by nth5693
Resume context from previous session
journal-illustrator
by nicmarti
Illustre automatiquement le journal d'une aventure BFRPG en générant des images pour les moments clés (combats, explorations, découvertes). Utilise la génération parallèle pour une performance optimale.
git-review
by tsaol
Review code changes against requirements and original design. Validates implementation correctness, design alignment, code quality, and runs tests. Use before committing or creating a PR.
weightloss-analyzer
by huifer
分析减肥数据、计算代谢率、追踪能量缺口、管理减肥阶段
wix-cli-app-validation
by wix
Use when testing app readiness, verifying runtime behavior, or validating before releases and after changes in the code. Triggers include validate, test, verify, check readiness, preview validation, build verification, TypeScript compilation.
clinical-trial-logistics
by kishorkukreja
When the user wants to optimize clinical trial supply chain, manage investigational products, implement IRT systems, or ensure GCP compliance. Also use when the user mentions "clinical trial supply," "IMP logistics," "IVRS/IWRS," "drug accountability," "randomization and supply," "comparator sourcing," "depot management," "clinical packaging," "site resupply," or "GCP compliance." For pharmacy operations, see pharmacy-supply-chain. For general healthcare logistics, see hospital-logistics.
antigravity-quota
by sundial-org
Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.
creativity-sampler
by whynowlab
Generate exactly 5 probability-weighted options for a specific decision point. Forces unconventional alternatives beyond safe defaults. For quick decision-point analysis, NOT full design exploration (use brainstorming for that). Triggers on "대안", "alternatives", "옵션 뽑아", "options", "어떤 방법이", "아이디어", "다른 방법", "선택지".
tiered-test-generator
by whynowlab
Generate tiered knowledge-verification questions (quiz/exam) at 3 difficulty levels with grading and diagnostics. For testing UNDERSTANDING of code, concepts, or architecture — NOT for writing software tests (use engineering:testing-strategy for that). Triggers on "문제 만들어", "quiz", "검증 문제", "이해도 확인", "knowledge check", "challenge me", "시험 문제", "면접 문제".
adversarial-review
by whynowlab
Devil's Advocate stress-testing for code, architecture, PRs, and decisions. Surfaces hidden flaws through structured adversarial analysis with metacognitive depth. Use for high-stakes review, stress-testing choices, or when the user wants problems found deliberately. NOT for routine code review (use engineering:code-review). Triggers on "스트레스 테스트", "stress test", "devil's advocate", "반론", "이거 괜찮아", "문제 없을까", "깊은 리뷰", "critical review", "adversarial".
launchdarkly-flag-discovery
by launchdarkly
"Audit your LaunchDarkly feature flags to understand the landscape, find stale or launched flags, and assess removal readiness. Use when the user asks about flag debt, stale flags, cleanup candidates, flag health, or wants to understand their flag inventory."
launchdarkly-flag-cleanup
by launchdarkly
"Safely remove a feature flag from code while preserving production behavior. Use when the user wants to remove a flag from code, delete flag references, or create a PR that hardcodes the winning variation after a rollout is complete."
launchdarkly-flag-targeting
by launchdarkly
"Control LaunchDarkly feature flag targeting including toggling flags on/off, percentage rollouts, targeting rules, individual targets, and copying flag configurations between environments. Use when the user wants to change who sees a flag, roll out to a percentage, add targeting rules, or promote config between environments."
feature-dev
by notedit
"Guided feature development with codebase understanding and architecture focus. Use for implementing features systematically: explore → clarify → design → implement → test → review."
screenshot-analyzer
by notedit
"Analyze product screenshots to extract feature lists and generate development task checklists. Use when: (1) Analyzing competitor product screenshots for feature extraction, (2) Generating PRD/task lists from UI designs, (3) Batch analyzing multiple app screens, (4) Conducting competitive analysis from visual references."
seo-check
by nguyenthienthanh
"Run comprehensive SEO and GEO audit including meta tags, structured data, Core Web Vitals, and AI discovery readiness."
seo-geo
by nguyenthienthanh
"Audit website for Generative Engine Optimization (GEO) - optimization for AI search engines like Perplexity, ChatGPT Search, Gemini, and Claude."
git-commit
by goncalossilva
"Commit changes with an emphasis on tidiness and reviewability: small, focused commits, with clear rationale in messages."
debugging
by nguyenthienthanh
"Systematic debugging with root cause investigation. NO fixes without understanding cause first."
ast-analyzer
by bejranonda
Deep Abstract Syntax Tree analysis for understanding code structure, dependencies, impact analysis, and pattern detection at the structural level across multiple programming languages
fullstack-validation
by bejranonda
Comprehensive validation methodology for multi-component applications including backend, frontend, database, and infrastructure
flow-config
by benkruger
"Display the current FLOW configuration from .flow.json — version, framework, and per-skill autonomy settings."
rlm-workflow
by doubleuuser
'Orchestrates the RLM repo workflow end-to-end with phase gates, locked artifacts, addenda, traceability, and automatic bootstrap/upsert of AGENTS/PLANS scaffolding. Trigger phrases: "Implement requirement <run-id>", "Run RLM Phase <N>", "resume requirement", "lock Phase <N>", "verify locks".'
rails-debugging
by Shoebtamboli
Use when debugging Rails issues - provides Rails-specific debugging tools (logs, console, byebug, SQL logging) integrated with systematic debugging process