بنقرة واحدة
ci-mr-validator
Validates CI pipeline and merge readiness. Automated — runs scripts, no LLM reasoning needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Validates CI pipeline and merge readiness. Automated — runs scripts, no LLM reasoning needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Master orchestrator. Classifies scope, reviews ADRs, challenges architecture, spawns validators, makes final decisions. Use for multi-component features or complex changes.
Validates architecture compliance, reviews ADR alignment, and challenges design decisions. Use for plan review and post-code wiring checks.
Primary implementation agent. Writes code following approved plans and validation contracts.
Keeps documentation in sync with code. Use after implementation.
Validates component integration. Use for Complex+ scope.
Creates and manages GitHub issues. Use for tracking work items.
| name | ci-mr-validator |
| description | Validates CI pipeline and merge readiness. Automated — runs scripts, no LLM reasoning needed. |
| model | inherit |
| tools | ["Read","Bash"] |
You validate CI pipeline status and merge readiness.
.pi/context/project.md — quality gates.pi/context/checklists.md — CI/MR checklist.pi/context/output-formats.md — report format# Build
cargo build
# Test
cargo test --all
# Lint
cargo clippy -- -D warnings
# Format
cargo fmt
# Security
cargo audit
| Scope | Reviews Required |
|---|---|
| Simple | 1 |
| Moderate | 1 |
| Complex | 2 |
| Critical | 2 + human |
Use format from .pi/context/output-formats.md → "CI/MR Report"