Browse Skills

11972 skills across 8 categories

All Skills (1897 found)

๐Ÿงช
2w ago

Codex Test Review

Codex Test Review evaluates existing test coverage and suggests missing edge cases. Use it in a review loop when you need to assess test sufficiency with context preserved.
Quality
18824
๐Ÿ”Ž
2w ago

Deep Analysis

Deep Analysis provides structured templates for code audits, security reviews, performance analysis, and post-mortems. Use it for thorough investigations that need organized findings and recommendations.
Quality
18857
๐Ÿ› ๏ธ
2w ago

Implement

Implement follows a TDD flow for Rust code: analyze the change, run pre-run gates, then iterate RED, GREEN, and REFACTOR before verify and review. Use it when adding implementation work that must be test-driven and validated.
Quality
18820
๐Ÿ”ฌ
2w ago

Scientific Critical Thinking

Scientific Critical Thinking evaluates study design, statistical validity, bias, confounding, and evidence quality for scientific claims. Use it when reviewing papers, protocols, or systematic reviews.
Quality
18857
๐Ÿ›ก๏ธ
2w ago

Security Audit

Security Audit reviews application code, dependencies, and configuration for common security issues. Use it to check auth patterns, secrets, OWASP risks, and CVE exposure during reviews or before deploys.
Quality
18857
๐Ÿงช
2w ago

Senior QA

Senior QA provides tools and guidance for test strategy, test suite generation, coverage analysis, and E2E test setup. Use it when writing tests, automating QA workflows, or reviewing coverage for React, Next.js, and Node.js apps.
Quality
18857
๐Ÿงช
2w ago

Test Coverage Analysis

Test Coverage Analysis assesses unit, integration, and E2E coverage for a feature and identifies missing cases. Use it to map source files to tests, find gaps, and recommend new tests.
Quality
18824
๐Ÿงช
2w ago

Test Coverage Analysis

Test Coverage Analysis assesses unit, integration, and E2E test coverage for a feature and identifies missing cases. Use it to map source files to tests and get prioritized recommendations for gaps.
Quality
18824
โœ…
2w ago

Verify

Verify runs cargo test, cargo clippy, and cargo fmt in order, retrying on failures to help keep Rust code passing checks. Use it before commits and to confirm changes are actually verified.
Quality
18820
๐Ÿงช
2w ago

Implement Feature

Implement Feature turns a design doc into working code and tests. Use it when building a new feature from a specification and verifying it with test coverage.
Quality
18716
๐Ÿž
2026/08/12

Node Inspect Debugger

Node Inspect Debugger drives Node.js's built-in inspector to set breakpoints, step through code, and evaluate expressions. Use it when logs are not enough or you need to inspect a running process, call stack, or profile.
Quality
1879
๐Ÿž
2026/08/12

Python Debugger

Python Debugger uses pdb and debugpy to pause Python code, inspect state, and attach to running processes. Use it for failing tests, post-mortem inspection, or long-running jobs that need remote debugging.
Quality
1879
PreviousPage 136 of 159Next