with one click
validate-pr
Run full validation and generate a PR-ready summary of all changes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run full validation and generate a PR-ready summary of all changes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | validate-pr |
| description | Run full validation and generate a PR-ready summary of all changes |
| context | fork |
| agent | general-purpose |
| disable-model-invocation | true |
git branch --show-currentgit diff main --stat 2>/dev/null || git diff HEAD~5 --statgit status --shortValidate this branch is ready for a pull request:
just validate and report pass/fail for each step (fmt, check, clippy, test)gh pr create command with title and bodyInspect the PostgreSQL schema, tables, and data for a running lifelog instance
Validate, stage, and commit current changes with a conventional commit message
Diagnose and fix build failures systematically
Explain how a specific part of the lifelog architecture works with diagrams and data flow
Trace a data modality end-to-end from proto definition through collector, server, and storage
Fix a GitHub issue end-to-end with tests and validation