- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
create-skill
by janjaszczak
Guides users through creating effective Agent Skills for Cursor. Use when the user wants to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
paul-quality
by christopheraaronhogg
Provides expert code quality analysis, technical debt assessment, and maintainability evaluation. Use this skill when the user needs code review, tech debt inventory, refactoring prioritization, or code health assessment. Triggers include requests for code quality review, technical debt audit, maintainability analysis, or when asked to evaluate codebase health. Produces detailed consultant-style reports with findings and prioritized recommendations — does NOT write implementation code.
baby-skill
by henryjohnbrand
Core baby intelligence skill. Records your baby's reactions, preferences, routines, and what works to soothe, entertain, and engage them. Builds a living profile that grows with your baby. Works across all ages 0-3 years. Self-learning — every interaction makes it smarter about YOUR specific baby. Not medical advice. Your parenting co-pilot.
python-best-bend
by nadveos
Skill para un agente experto en Python, FastAPI, Django, arquitectura backend,contenedores Docker y despliegues en CapRover. Siempre debe incluir ejemplos de captain-definition y Dockerfile listos para producción.
pr-review
by pitzcarraldo
This skill processes unresolved GitHub PR review discussions. Activated when the user provides a GitHub PR link (github.com/.../pull/...) or mentions "PR review", "review PR", "process review comments", etc.
file-todos
by 8b-is
This skill should be used when managing the file-based todo tracking system in the todos/ directory. It provides workflows for creating todos, managing status and dependencies, conducting triage, and integrating with slash commands and code review processes.
reviewing-nextjs-16-patterns
by djankies
Review code for Next.js 16 compliance - security patterns, caching, breaking changes. Use when reviewing Next.js code, preparing for migration, or auditing for violations.
synthesize-skill
by maxoreric
v1.0.0 (2026-01-19): åå§çæ¬
vite-dep-check
by enoch-robinson
Vite 项目依赖版本检查工具。检查依赖是否过时、显示版本对比、标记更新类型、提供 Vite 生态兼容性建议。当用户需要检查 Vite 项目依赖版本、查找过时依赖、获取升级建议时使用此技能。
daily-meeting-update
by VisualxIntelligence
"Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update."
maintain-project-rules
by janjaszczak
Audit and maintain project rules in .cursor/rules/. Use when auditing project rules, checking prefix convention, syncing doc/rules.md, or when the user asks about .cursor/rules or prefix convention.
deploy-live-trading
by robonet-tech
"Deploy and manage live trading agents on Hyperliquid. ⚠️ HIGH RISK - REAL CAPITAL AT STAKE ⚠️ Provides deployment_create (launch agent, $0.50), deployment_list (monitor), deployment_start/stop (control), and account tools (credit management). Supports EOA (1 deployment max) and Hyperliquid Vault (200+ USDC required, unlimited deployments). CRITICAL: NEVER deploy without thorough backtesting (6+ months, Sharpe >1.0, drawdown <20%). Start small, monitor daily, define exit criteria before deploying."
sonar-sweep-cli
by clentfort
Inspect and triage SonarQube Cloud pull request findings
github-create-pr
by pc-style
Create a GitHub Pull Request using the gh CLI. Use when the user wants to open a PR, submit changes for review, or create a pull request from their branch. Handles PR creation with title, body, and target branch selection.
Chinese WebNovel Master Skill
by TianHengZhuang
Engineer stories readers cannot stop reading.
get-design-done
by hegemonart
"Master design pipeline for Claude Code. 5-stage workflow: Brief → Explore → Plan → Design → Verify. Run 'brief' first in any new project to capture the design problem, then 'explore' to inventory the codebase and interview for context. Invoke without arguments for status and auto-routing."
design-skeptic
by ShotaIuchi
Critical design analysis. Apply when stress-testing design proposals for hidden assumptions, failure scenarios, edge cases, single points of failure, and overengineering risks.
business-logic-review
by simplerick0
Review code for business logic correctness, edge cases, and alignment with requirements. Use for verifying feature implementations, catching logic errors, ensuring proper handling of business rules, and validating that code does what was intended.
git-pull-request
by datamktkorea
This skill is used by the AI agent to automatically generate Pull Request (PR) content by analyzing Git commit logs and branch strategies. It activates when the user requests to "Create a PR," "Summarize changes," or specifies a commit range for documentation.
coding-guidelines
by lywa1998
"Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, code style, best practice, P.NAM, G.FMT, code review, naming convention, variable naming, function naming, type naming, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名"
code-review
by mishankov
Perform comprehensive software code reviews focused on correctness, regressions, security, reliability, performance, and test quality. Use when asked to review pull requests, commits, branches, patches, or source files and deliver prioritized findings with severity, concrete impact, and file/line references.
solo-project-management
by simplerick0
Project management adapted for solo developers working without a team. Use for personal project planning, time-boxing work sessions, managing scope creep alone, maintaining momentum on side projects, tracking progress without overhead, making decisions without external input, and staying accountable to yourself.
create-pull-request
by hrdtbs
Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.
prefer-make
by lwlee2608
Use when building, testing, linting, or running Go code in projects that have a Makefile. Prefer make targets over calling go commands directly.