بنقرة واحدة
pre-pr
Pre-PR pipeline — version bump check, changelog, lint, build, and diff summary
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Pre-PR pipeline — version bump check, changelog, lint, build, and diff summary
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Adversarial code review — find bugs, style issues, SDK misuse, then challenge findings
Phase 3 review — find unnecessary code, abstractions, and dead paths, then simplify
Phase 1 planning — read docs, read source, write implementation plan
Phase 4 verification — lint check then full dual-backend build verification
Adversarial code review with two passes. First finds issues, then challenges each finding to eliminate false positives. Use before merging.
Review and simplify recent code changes. Remove unnecessary abstractions, dead code, and complexity while preserving behavior.
| name | pre-pr |
| description | Pre-PR pipeline — version bump check, changelog, lint, build, and diff summary |
| user-invocable | true |
| allowed-tools | ["Read","Bash","Glob","Grep"] |
| context | ["!cat VERSION 2>/dev/null","!git diff --stat 2>/dev/null | tail -10"] |
Full pre-PR pipeline
Run the complete spec-draft-simplify-verify pipeline check before opening a PR.
make lint as a fast first gate.make pre-pr and report results.VERSION has been bumped from the previous release.HISTORY.md has an entry matching the current VERSION.documentation/HTTP_API_CONTRACT.md is updated.git diff --stat and summarize what the PR contains..github/pull_request_template.md.