Discover and explore top open-source AI tools and projects—updated daily.
greptileaiAgent skills for automated code review workflows
Top 93.2% on SourcePulse
This repository provides agent skills for automating Pull Request (PR) review workflows across GitHub, GitLab, and Perforce. It addresses the need for efficient code review by checking PR completeness, status, and comments, offering automated fixes and iterative refinement to ensure high-quality code merges.
How It Works
The skills leverage command-line interface (CLI) tools specific to each platform (GitHub's gh, GitLab's glab, Perforce's p4) for interaction. They auto-detect the version control system from the environment and can identify PR/CL numbers automatically. The check-pr skill analyzes comments, checks, and descriptions, while greploop orchestrates a continuous review cycle, fixing issues and re-evaluating until a high confidence score and zero comments are achieved.
Quick Start & Requirements
~/.claude/skills/greptile and create symlinks for check-pr and greploop within ~/.claude/skills/, or add as a Git submodule to .skills/greptile and create symlinks.gh for GitHub, glab for GitLab, or p4 for Perforce. Authentication via CLI login or environment variables is necessary./check-pr 123 or /greploop). Auto-detection of PR/CL number is supported for the current branch.Highlighted Details
greploop skill enables an iterative, automated review-and-fix cycle for continuous quality improvement.Maintenance & Community
No specific details on contributors, sponsorships, or community channels were provided in the README.
Licensing & Compatibility
Licensed under the MIT license, which is highly permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
Relies heavily on the correct installation and authentication of platform-specific CLI tools. Auto-detection might require explicit --vcs flags for non-standard GitLab hostnames or Perforce configurations. The effectiveness of automated fixes depends on the complexity and nature of the issues found.
3 days ago
Inactive
patched-codes