بنقرة واحدة
check
Run the full CI test suite locally (cargo test, cargo clippy, and devops-validate)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the full CI test suite locally (cargo test, cargo clippy, and devops-validate)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Evaluate the CI/CD pipeline on the PR, check for failures, and fix any issues.
Analyzes the current branch/PR and adds comprehensive, well-formatted structured logging and spans for observability.
Review PR comments, categorize them into critical/nitpicks, fix user-selected ones, and close resolved comments.
Create a PR using the current branch. Generates a PR description, commits changes, and pushes.
Mandatory rules for general git use in this repository. Follow these constraints before starting work, committing, or pushing.
Feature developer and task runner. Start a new task on a fresh branch, orchestrate worktrees, do the implementation work, and open a PR when done.
| name | check |
| description | Run the full CI test suite locally (cargo test, cargo clippy, and devops-validate) |
Run all local CI checks to ensure code is ready for PR.
Run the following checks sequentially:
bash scripts/devops-validate.sh
cargo check
cargo clippy -- -D warnings
cargo test --all
Report the results of each step clearly. If any step fails, analyze the output and suggest fixes.