review▌
143 indexed skills · max 10 per page
code-review
davila7/claude-code-templates · Productivity
Follow these guidelines when reviewing code for Sentry projects.
code-review
getsentry/skills · Productivity
Code review framework following Sentry engineering practices for pull requests and code quality assessment. \n \n Covers six key problem areas: runtime errors, performance bottlenecks, side effects, backwards compatibility, ORM query issues, and security vulnerabilities \n Includes design assessment guidance for component interactions, architectural alignment, and requirement conflicts \n Requires appropriate test coverage across functional, integration, and end-to-end tests with verification of
security-review
zackkorman/skills · Productivity
When running a security review on a codebase, follow these structured steps to identify potential vulnerabilities, leaks, and misconfigurations.
codex-review
sickn33/antigravity-awesome-skills · Productivity
$1f
build-review-interface
hamelsmu/evals-skills · Frontend
Build an HTML page that loads traces from a data source (JSON/CSV file), displays one trace at a time with Pass/Fail buttons, a free-text notes field, and Next/Previous navigation. Save labels to a local file (CSV/SQLite/JSON). Then customize to the domain using the guidelines below.
code-review-quality
proffesor-for-testing/agentic-qe · Productivity
Context-driven code reviews prioritizing quality, security, testability, and maintainability. \n \n Organizes feedback into four priority levels: blockers (must fix), major issues (should fix), minor improvements, and suggestions, with clear templates and rationale for each \n Covers five core review areas: logic correctness, security risks, test coverage, performance issues, and error handling; explicitly excludes style nitpicking and formatting \n Recommends reviewing code in chunks under 400
code-review
xtone/ai_development_tools · Productivity
$22
code-review
llama-farm/llamafarm · Productivity
Comprehensive code review for diffs with auto-detected domain-specific checks. \n \n Analyzes changed code for security vulnerabilities, anti-patterns, quality issues, and breaking changes across generic, frontend, and backend domains \n Auto-detects domain (frontend, backend, CLI, config) from file paths and applies relevant checklists \n Generates structured markdown reports with severity levels, file locations, code snippets, and actionable recommendations \n Performs impact analysis to ident
recipe-review-meet-participants
googleworkspace/cli · Productivity
Review Google Meet attendance records and participant session durations. \n \n Requires the gws-meet skill to access Google Meet conference data \n Three-step workflow: list recent conferences, retrieve participant details, and view individual session timestamps and durations \n Returns tabular output for easy review of who attended and how long they stayed \n
code-review
coderabbitai/skills · Productivity
AI-powered code review using CodeRabbit, triggered on explicit request or autonomously when quality/security issues are detected. \n \n Identifies bugs, security vulnerabilities, and quality risks; groups findings by severity (Critical, Warning, Info) \n Supports reviewing staged, committed, or all changes; can compare against specific branches or commit hashes \n Offers two output modes: --plain for detailed feedback with fix suggestions, or --prompt-only for minimal agent-optimized output \n E