LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: code-review

Browse skills that share this tag.

  • review - Pre-landing pull request review tool
    code-reviewgitpull-requestsecurity-review

    ★ 2 · Updated 2026-09-24

    Analyzes git diffs against the base branch for SQL safety, race conditions, LLM trust boundaries, and structural issues.

    ⚙ Detect target base branch⚙ Fetch git diff against base⚙ Execute two pass diff review
  • vuln-scan - Static source-code vulnerability scanner
    securityvulnerability-scanstatic-analysiscode-review

    ★ 3 · Updated 2026-09-24

    Scans source code statically for security vulnerabilities and produces structured findings files.

    ⚙ Read target source directory⚙ Parse threat model file⚙ Review code focus areas
  • adversarial-review - Run a design-challenging Claude Code review of git changes
    code-reviewgitclaude-codeadversarial-review

    ★ 0 · Updated 2026-09-24

    Run a design-challenging Claude Code review of local git changes to scrutinize design choices, assumptions, and tradeoffs.

    ⚙ Inspect git status and diffs⚙ Execute foreground adversarial review⚙ Execute background adversarial review
  • fastapi-template-architect - Scaffold and maintain FastAPI projects with layered architecture.
    fastapiscaffoldingarchitecturecopier-template

    ★ 71 · Updated 2026-09-24

    Scaffolds new FastAPI projects and maintains architecture compliance for existing ones using Copier templates and layered design rules.

    ⚙ Scaffold new FastAPI project⚙ Audit project architecture compliance⚙ Extend API endpoints and services
  • performance-review - Code performance analysis and optimization review
    performancecode-reviewoptimizationbenchmark

    ★ 1 · Updated 2026-09-24

    Analyzes code performance bottlenecks and provides evaluation and optimization suggestions for algorithms, resources, concurrency, and databases.

    ⚙ Analyze algorithm complexity⚙ Evaluate resource usage⚙ Check concurrency performance
  • code-standards-review - Review code changes against repository standards
    code-reviewcode-standardsarchitecturequality-gate

    ★ 1 · Updated 2026-09-24

    Performs verdict-first standards reviews of code changes against repo conventions and engineering best practices.

    ⚙ Review code changes against standards⚙ Audit repository architectural dimensions⚙ Assess greenfield repository foundations
  • code-review - Code Review and PR Review
    code-reviewpr-reviewquality-assuranceworkflow

    ★ 0 · Updated 2026-09-24

    Performs structured self or peer code and PR reviews using defined evaluation dimensions, intent mapping, and severity-graded findings.

    ⚙ Gather PR context and specifications⚙ Run linters on changed files⚙ Review diffs against quality dimensions
  • java-sdk-validation - Validate Java code targeting Azure SDK for Java
    azure-sdkjavacode-reviewvalidation

    ★ 3 · Updated 2026-09-24

    Reviews Java code for Azure SDK conventions, flagging legacy dependencies, authentication anti-patterns, and async usage.

    ⚙ Check build file dependency declarations⚙ Scan Java imports for legacy packages⚙ Verify token-based authentication usage
  • cnext-way - C-Next Repository Development and Verification Standards
    c-nextcode-reviewquality-standardsverification

    ★ 2 · Updated 2026-09-24

    Provides quality standards, upstream fixing rules, verification discipline, and pre-commit checks for C-Next development.

    ⚙ Fix upstream defects directly⚙ Mutation-check guards and tests⚙ Verify test context coverage
  • arch-code-review - Architecture Code Review with Structured YAML Artifacts
    code-reviewarchitectureyaml-artifactsread-only

    ★ 82 · Updated 2026-09-24

    Reviews diffs for correctness, drift, consistency, boundaries, contracts, and tests using structured YAML artifacts.

    ⚙ Review diffs against structured YAML artifacts⚙ Check contract compatibility and data consistency⚙ Detect architectural drift and side effects
  • security-review - Security code review for high-confidence vulnerabilities.
    security-reviewvulnerability-scanowaspcode-review

    ★ 650 · Updated 2026-09-24

    Performs security code reviews to identify high-confidence exploitable vulnerabilities aligned with OWASP 2025.

    ⚙ Parse output path configuration⚙ Analyze git diff and status⚙ Execute automated security scans
  • writing-code-commentary - Write and review Iris compiler code commentary
    iris-compilercode-commentsdocumentationcode-review

    ★ 106 · Updated 2026-09-24

    Writes and reviews Iris compiler comments, algorithm traces, and documentation examples for non-obvious code transformations.

    ⚙ Write Iris compiler comments⚙ Review compiler inline commentary⚙ Trace staged algorithm transformations
  • simplify-code - Parallel 3-agent review and cleanup of recent code changes.
    code-reviewcleanuprefactordelegation

    ★ 35 · Updated 2026-09-24

    Reviews recent code changes using three parallel subagents focused on reuse, quality, and efficiency, aggregates findings, and applies verified fixes.

    ⚙ Capture diff of code changes⚙ Launch parallel subagent code reviewers⚙ Search codebase for existing helpers
  • quality-review - Review PRs for code quality, correctness, and test quality.
    code-reviewcode-qualitytestingpull-request

    ★ 0 · Updated 2026-09-24

    Reviews PR changes for code quality, correctness, and test coverage while excluding security and architecture concerns.

    ⚙ Fetch pull request diff⚙ Check known tracked issues⚙ Evaluate code correctness and readiness
  • django-perf-review - Review and optimize Django code for performance issues.
    djangoperformancecode-revieworm

    ★ 2 · Updated 2026-09-24

    Audits Django codebases to identify and validate database performance issues such as N+1 queries, unbounded querysets, missing indexes, and write loops.

    ⚙ Audit Django ORM queries⚙ Detect N+1 query patterns⚙ Identify unbounded querysets
  • quality-review - Review pull requests for code quality and test quality.
    code-reviewcode-qualitytestingpull-request

    ★ 0 · Updated 2026-09-24

    Reviews PR changes for code quality, correctness, and test quality without security or architecture concerns.

    ⚙ Fetch pull request diff⚙ Check known issues file⚙ Evaluate code correctness and quality
  • pr-description - Write pull request titles and descriptions
    pull-requestgitcode-reviewdocumentation

    ★ 7 · Updated 2026-09-24

    Writes pull request titles and descriptions explaining why changes exist and how they work.

    ⚙ Write pull request titles⚙ Write pull request body descriptions⚙ Inspect git log and diffs
  • review - Run standard Claude Code review on local git changes
    code-reviewclaude-codegitcompanion

    ★ 0 · Updated 2026-09-24

    Executes a standard Claude Code review on working tree or branch diffs using the installed companion tool.

    ⚙ Inspect git status and diff stats⚙ Prompt user for execution mode⚙ Run companion review in foreground
  • django-perf-review - Review Django code for database performance issues
    djangoperformancedatabaseorm

    ★ 1 · Updated 2026-09-23

    Audits Django code to validate and fix performance issues like N+1 queries, unbounded querysets, missing indexes, and write loops.

    ⚙ Identify N+1 queries⚙ Detect unbounded querysets⚙ Find missing database indexes
  • ios-code-audit - Swift Codebase Audit for iOS and macOS
    iosswiftcode-auditcode-review

    ★ 37 · Updated 2026-09-23

    Audits iOS and macOS Swift codebases for bugs, concurrency, and tech debt to generate a CODE_AUDIT.md report.

    ⚙ Measure codebase size and hot spots⚙ Capture compiler warnings via build⚙ Audit concurrency and API modernity

Scroll to load more