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.

review - Pre-landing pull request review tool

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

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Detect target base branch
  • Fetch git diff against base
  • Execute two pass diff review
  • Triage Greptile review comments
  • Prompt user on critical findings
  • Apply code fixes

Inputs

  • Git diff against base branch
  • Review checklist file
  • Greptile triage configuration
  • GitHub PR review comments

Outputs

  • Review findings output
  • Greptile comment replies
  • Applied code fixes
  • Greptile triage history records
  • Gstack contributor field reports

Requirements

  • Git CLI
  • GitHub CLI
  • Bash shell environment
  • Review checklist file

Source

  • Spec: SKILL.md
code-review
git
pull-request
security-review
Detect target base branch
Fetch git diff against base
Execute two pass diff review
Triage Greptile review comments
Git diff against base branch
Review checklist file
Greptile triage configuration
Review findings output
Greptile comment replies
Applied code fixes