Pi Review Agent
Version updated for https://github.com/sun-praise/pi-review-agent to version v1.4.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
What’s new
- Repository style-guide support:
pi-review-agentcan now load a repo-level style-guide and inject it into reviewer prompts.- Auto-detected paths:
STYLE_GUIDE.md,.github/STYLE_GUIDE.md,docs/style-guide.md,.github/style-guide.md. - New built-in
stylepersona dedicated to style-guide enforcement. qualitypersona now receives the style-guide by default.- Custom personas can opt in via
use-style-guide: truein.github/reviewers/*.yaml. - Explicit override via
--style-guideCLI flag orstyle-guideaction input.
- Auto-detected paths:
Usage
- uses: sun-praise/pi-review-agent@v1
with:
team: "quality:1,style:1,security:1"
style-guide: "./docs/STYLE_GUIDE.md"
litellm-url: ${{ secrets.LITELLM_URL }}
litellm-api-key: ${{ secrets.LITELLM_API_KEY }}
Refer to README.md for full documentation.