review-apply
Apply PR review feedback with no scope drift. Fetches comments, applies requested changes, runs gates, pushes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Apply PR review feedback with no scope drift. Fetches comments, applies requested changes, runs gates, pushes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
ICN development companion for the InterCooperative Network Rust monorepo. Use when working on ICN code, docs, deployment, or protocol design. Provides crate-aware routing to specialist agents (icn-architect, icn-economist, icn-ops), enforces project conventions, and understands the current sprint state, cluster topology, and demo flow status. Triggers on: any ICN crate names, "cooperative contract", "mutual credit", "governance", "gossip", "K3s", "icn-dev", "ops/mcp", "Sprint", "demo flow", "CCL", "federation", "DID", "ledger", "trust graph", "icnd", "icnctl".
Full sprint-batch or stacked-PR integration pipeline. Owns merge order, rebases, local gates, and main sync.
Full sprint-batch or stacked-PR integration pipeline. Owns merge order, rebases, local gates, and main sync.
Show full ICN development status dashboard — active sessions, sprint tasks, worktree freshness, CI state, and cluster health
ICN session preflight. This skill should be used when the user explicitly invokes "/icn-agent-pack:preflight", or asks to "run preflight", "orient me on ICN", or "check the ICN session environment". Loads canonical docs and the latest handoff, then verifies branch, gh auth, ports, toolchain, and a light cargo check. Read-only; reports, never fixes.
ICN repo navigator / knowledge graph. This skill should be used when the user explicitly invokes "/icn-agent-pack:navigator", or asks to "map the repo", "build/refresh the knowledge graph", "trace this concept to its source", or "show the conceptual map / impact map". Begins the living repository knowledge-graph and conceptual-map workflow, grounded in the icn-ops MCP tools and (future) generated graph artifacts.
استنادا إلى تصنيف SOC المهني
| name | review-apply |
| description | Apply PR review feedback with no scope drift. Fetches comments, applies requested changes, runs gates, pushes. |
| argument-hint | [PR number] |
| user-invocable | true |
| allowed-tools | Bash, Read, Edit, Write, Grep, Glob |
| truth_contract | {"canonical_sources":["ops/state/truth/policy.json","ops/state/config/repo-map.json"],"live_load_required":["gh pr view <N> --json reviews,reviewRequests,comments,statusCheckRollup","gh pr diff <N> --stat","git branch --show-current"],"examples_only":[],"never_hardcode":["PR number","review comment content (fetch live via gh api)"]} |
Apply PR review feedback. No scope drift - only address what reviewers asked for.
gh pr view --json number,title,headRefName,baseRefNamegh api repos/{owner}/{repo}/pulls/{pr}/commentsgh api repos/{owner}/{repo}/pulls/{pr}/reviews$ARGUMENTS specifies a PR number, use that instead of the current branch's PRcd icn && cargo fmt --all --checkcd icn && cargo clippy --workspace --all-targets --all-features -- -D warningscd icn && cargo test --workspacefix: address review feedback (or more specific if appropriate)