
from TerminalSkills Skills Library98
Perform structured, prioritized code reviews that find correctness, security, performance, reliability, and testing issues and provide concrete fix suggestions.
Code Reviewer gives an agent a repeatable, checklist-driven process for reviewing source code, diffs, and pull requests. It walks through context gathering, a severity-ordered checklist (Correctness, Security, Performance, Reliability, Readability, Testing), and a formatted reporting style that includes file/line references, issue severity, and suggested fixes. Reviews end with an overall assessment and a prioritized list of top fixes.
Use when a user asks the agent to review a file, diff, or PR; to audit code for security or performance; or to get actionable reviewer feedback before merging. It's suitable for single-file reviews up to medium-sized PRs (hundreds of lines). For very large PRs, the skill recommends starting with an architectural overview.
Best used with code-capable assistant runtimes (Claude Code, Codex, Copilot-style agents, Gemini CLI) and any agent that can accept code diffs or file attachments.
A pure-prompt code review skill with no scripts — provides a structured checklist (correctness, security, performance, reliability, readability, testing) and formatted output template. Well-written instructions with good examples covering Node.js and React. No security concerns since it's instruction-only with no executable code.
Clean skill, instruction-only. Good progressive disclosure with examples. Could benefit from a references/ folder with language-specific checklists, but solid as-is.
E2B — Sandboxed Code Execution
Documentation and best-practices for E2B sandboxes: run AI-generated code, install packages, manage files, and return artifacts safely.
Maestro — YAML Mobile UI Testing
Author and run readable Maestro YAML flows for mobile UI tests, integrate with CI, and use Maestro Studio for element inspection on Android and iOS.
ESLint — JavaScript & TypeScript Linting
Guides configuration and usage of ESLint 9+ (flat config) for JS/TS projects, including React and TypeScript plugin patterns and CI integration.
Tokio — Rust Async Runtime Skill
Provides expert guidance and examples for using Tokio to build high-performance asynchronous Rust applications, including tasks, channels, TCP servers, and sync
Audiowaveform Helper
Generate PNG/SVG waveform images and JSON or binary peak data from audio files for web players and social previews, with batch processing tips and integration e
Django (framework guide)
Practical guide to Django: project layout, models, views, templates, admin, REST patterns and deployment notes for building full-featured Python web apps.
Bun Runtime
Guides using Bun — a fast all-in-one JavaScript runtime, bundler, package manager and test runner — to speed Node.js projects, bundle TypeScript, run tests, and
Search Engine Setup
Guides agents through implementing production-ready search (Elasticsearch or Algolia): index design, sync pipelines, search APIs, autocomplete, and relevance tu
PagerDuty — Incident Management
Configure PagerDuty services, escalation policies, on-call schedules and Event API alerts to automate incident workflows and routing.
Aceternity UI
Copy-paste animated UI components built with Framer Motion and Tailwind CSS for React/Next.js projects.