- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
before-and-after
by vercel-labs
Captures before/after screenshots of web pages or elements for visual comparison. Use when user says "take before and after", "screenshot comparison", "visual diff", "PR screenshots", "compare old and new", or needs to document UI changes. Accepts two URLs (file://, http://, https://) or two image paths.
creation-guard
by flonat
"Pre-flight duplicate check before creating new skills or agents. Prevents duplicates and suggests iterations. MUST be invoked before writing any new artifact definition."
latex-health-check
by flonat
"Compile all LaTeX projects, auto-fix known errors, and check cross-project consistency. Self-healing build agent for the multi-project research ecosystem."
proofread
by flonat
"Academic proofreading for LaTeX papers. Grammar, notation consistency, citation format, tone, LaTeX issues, citation voice balance, and TikZ diagram review. Report-only — never edits source files."
code-review
by flonat
"Quality review for R and Python research scripts. 11-category scorecard covering reproducibility, structure, domain correctness, cross-language verification, and more. Report-only — never edits source files."
task-management
by flonat
"the user's personal task management system. Use for: daily planning, weekly reviews, meeting action extraction, task creation in Notion, progress tracking, and research pipeline management. Triggers: 'plan my day', 'what should I work on', 'extract actions', 'weekly review', 'what's overdue', 'update my tasks'."
system-audit
by flonat
"Run parallel system audits across skills, hooks, agents, rules, bibliographies, conventions, and documentation freshness. Report-only — never modifies files."
pre-submission-report
by flonat
"Run all quality checks and produce a single dated report before submission or sharing. Triggers: 'ready to submit', 'final check before sending'. Not for early drafts — use /proofread for quick checks."
beamer-deck
by flonat
"Generate academic Beamer presentations with multi-agent review. Builds original themes, applies rhetoric principles, iterates until zero warnings. Triggers: 'make slides', 'create a presentation', 'build a talk'. For web-shareable HTML slides, use /quarto-deck instead."
code-archaeology
by flonat
"Systematically review and understand old code, data, and analysis files. For reviving old projects, auditing inherited code, or preparing for R&R. Triggers: 'what does this old code do', 'understand this legacy project', 'revive this project'. Not for active code review — use /code-review."
security-auditor
by zhaono1
Security vulnerability expert covering OWASP Top 10 and common security issues. Use when conducting security audits or reviewing code for vulnerabilities.
code-reviewer
by zhaono1
Reviews pull requests and code changes for quality, security, and best practices. Use when user asks for code review, PR review, or mentions reviewing changes.
codex-subagent
by am-will
Spawn Codex subagents via background shell to offload context-heavy work. Use for: deep research (3+ searches), codebase exploration (8+ files), multi-step workflows, exploratory tasks, long-running operations, documentation generation, or any other task where the intermediate steps will use large numbers of tokens.
hotfix
by WellApp-ai
Expedited workflow for urgent production issues
compliance-audit
by WellApp-ai
Audit Value Delivery compliance after PR push
pr-threshold
by WellApp-ai
Track commit accumulation and trigger PR when thresholds crossed
qa-commit
by WellApp-ai
Verify implementation against QA Contract (G#N, AC#N), auto-invoke debug on RED
code-review
by WellApp-ai
Review code changes against hard rules and conventions
pr-review
by WellApp-ai
Automated code review using ReadLints and Shell for technical validation
autonomous-loop
by WellApp-ai
Iterate until success or limit, composing existing skills with Jidoka integration
slack-announce
by WellApp-ai
Generate formatted Slack messages for team communication
review-doc-consistency
by Heyvhuang
'Documentation consistency reviewer that checks alignment between code implementation and documentation. Use when user requests reviewing documentation vs code consistency, checking if README/docs are outdated, verifying API documentation accuracy. Applicable for (1) reviewing README vs implementation consistency (2) checking if docs/ directory content is outdated (3) verifying API/config documentation accuracy (4) generating documentation consistency reports. Trigger words include doc review, documentation consistency, check outdated docs, verify docs.'
mcp-stripe
by Heyvhuang
"Stripe MCP transaction operations skill. Execute transaction operations via Stripe MCP server (https://mcp.stripe.com): customer management, products/prices, invoices, payment links, subscriptions, refunds, dispute handling, balance queries. Triggers: user requests Stripe operations including create customer, create product, create invoice, generate payment link, query transactions, process refunds, manage subscriptions, view disputes, check balance, etc."
review-clean-code
by Heyvhuang
'Analyze code quality based on "Clean Code" principles. Identify naming, function size, duplication, over-engineering, and magic number issues with severity ratings and refactoring suggestions. Use when the user requests code quality checks, refactoring advice, Clean Code analysis, code smell detection, or mentions terms like code review, code quality, refactoring check.'