بنقرة واحدة
itsol-code-review-workflow
ITSOL PR review workflow: coverage map, subagents, severity, risk, final verdict.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
ITSOL PR review workflow: coverage map, subagents, severity, risk, final verdict.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
.NET API review: architecture, validation, auth, EF Core, jobs, deployment, tests.
Effect TS review: services, layers, errors, Schema, concurrency, resources, tests.
Hey API review: OpenAPI specs, generated clients, SDKs, auth, validation, CI.
Container build review: Dockerfiles, image size, layers, SBOM, CVEs, reproducibility.
Container runtime review: env, secrets, health checks, resources, volumes, shutdown.
Production readiness review: deploy, rollback, monitoring, capacity, backups, runbooks.
| name | itsol-code-review-workflow |
| description | ITSOL PR review workflow: coverage map, subagents, severity, risk, final verdict. |
Review the PR as a risk-control step: verify behavior, safety, tests, and maintainability before style preferences.
When the Pi extension exposes an effective review profile, treat it as the controlling contract:
off: do not add review ceremony unless the user explicitly requests a review.poc: perform at most one lightweight final inline review; do not delegate or automatically re-review.balanced: let the main agent decide whether formal review is worth its cost, then use one proportionate inline or specialist pass; do not automatically re-review by default.strict: require risk-based independent coverage and re-review after actual fixes until approved or the configured cap is reached.trigger=manual means review runs only on explicit request; trigger=adaptive delegates the run/skip and depth decision to the main agent; trigger=final means once before completion, not after each edit. delegation=never authorizes inline review even for surfaces that would normally require specialists. Automatic re-review requires a prior material changes-requested verdict, a changed diff fingerprint, and an available round. Never silently exceed max_rounds or execution.max_review_rounds.
trigger=adaptive, first decide whether formal review adds enough value. Consider scale, novelty, uncertainty, blast radius, trust/data boundaries, reversibility, and strength of tests/verification. Skip formal review for small, conventional, low-risk, well-verified changes and record that judgment briefly.itsol-subagent-workflow as the canonical contract for task packets, write scope, statuses, response validation, unverified items, coverage gap handling, review-loop closure, and final integration checks.Blocker, Should, Question, Suggestion, Nit, or Note. Only Blocker or critical/high-severity concrete defects require changes; suggestions and nits never trigger re-review.After resolving itsol-workflow-mode, load itsol-execution-policy, resolve the complete sibling execution state and observable done_when, and preserve both contracts through plans, task context, compaction, delegation, continuation, review, and handoff. Resource policy never changes workflow authority. Do not set maxTurns; do not accept agent termination or a completed label without validating evidence.
Read references/guide.md first; it is a routing index for focused reference files. Then read only the sector files relevant to the current situation.