chore: Add prompt templates for PR workflows#6543
Merged
christianklotz merged 1 commit intomainfrom Feb 1, 2026
Merged
Conversation
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
bennewton999
pushed a commit
to bennewton999/openclaw
that referenced
this pull request
Feb 2, 2026
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
buiilding
pushed a commit
to buiilding/openclaw
that referenced
this pull request
Feb 2, 2026
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
HashWarlock
pushed a commit
to HashWarlock/openclaw
that referenced
this pull request
Feb 4, 2026
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
uxcu
pushed a commit
to uxcu/kook-openclaw
that referenced
this pull request
Feb 5, 2026
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
bestNiu
pushed a commit
to bestNiu/clawdbot
that referenced
this pull request
Feb 5, 2026
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
batao9
pushed a commit
to batao9/openclaw
that referenced
this pull request
Feb 7, 2026
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
This was referenced Feb 8, 2026
battman21
pushed a commit
to battman21/openclaw
that referenced
this pull request
Feb 12, 2026
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
battman21
pushed a commit
to battman21/openclaw
that referenced
this pull request
Feb 12, 2026
- Fix @1 -> $1 in landpr.md - Fix $@ -> $1 in reviewpr.md - Remove stray /reviewpr line from reviewpr.md - Delete old pr.md (replaced by reviewpr.md and landpr.md)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add prompt template with Pi's argument syntax.
Changes
$1for positional arg$1for positional argTesting
Verified templates expand correctly:
/reviewpr 6527→ expands with PR number in the right places/landpr https://github.com/openclaw/openclaw/pull/6527→ works with full URLRef: https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/docs/prompt-templates.md
Greptile Overview
Greptile Summary
This PR updates Pi prompt templates under
.pi/prompts/to use the correct positional argument syntax for Pi template expansion (switching to$1), and splits the previous generic PR review template into two more specific prompts:reviewpr.md(review-only) andlandpr.md(review-only recommendation for whether a PR is ready to land). It also deletes the olderpr.mdtemplate that used$@for arguments.Confidence Score: 5/5
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
dashboard- CLAUDE.md (source)dashboard- AGENTS.md (source)