一键导入
ci
Gradient gate audit and validation workflow. Use when checking whether a docs/profile/schema change is safe to ship in this scaffold. Trigger: /ci.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Gradient gate audit and validation workflow. Use when checking whether a docs/profile/schema change is safe to ship in this scaffold. Trigger: /ci.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Maintain Gradient's repo-local agent harness: skills, agents, settings, repo brief, and gate-aligned instructions. Trigger: /harness, /skill, /primitive.
Take one shaped Gradient docs/schema/profile task to merge-ready. Composes /shape, /implement, /code-review, /ci, /qa, /demo, and /refactor as needed. Stops before merge. Trigger: /deliver.
Assess Gradient's readiness for governed agent work across docs, schemas, profiles, harness, validation, evidence, and public-safe boundaries. Trigger: /agent-readiness, /readiness.
Dialectical premise-and-alternatives audit for a plan, spec, or context packet. Four moves: premise challenge (is this the right problem?), mandatory structurally-distinct alternatives, cross-model outside voice, user-ratified convergence. Named for Gary Tan's plan-ceo-review pattern; operationalizes the AGENTS.md "Diverge Before You Converge" doctrine at the plan-review stage. Use when: about to commit to a plan/spec/design, reviewing a ticket before shape, when "is this the right problem" would be useful, or any time a proposal smells like a symptom fix instead of a root-cause fix. Trigger: /ceo-review, /challenge, /premise-check.
Review Gradient docs, profiles, schemas, and harness changes for public-safe boundaries, lifecycle consistency, and contract depth. Trigger: /code-review, /review, /critique.
Produce evidence that a Gradient docs/schema/profile change is understandable and reviewable. For this repo, demos are validation transcripts, synthetic fixtures, before/after contract walkthroughs, or release-note blurbs. Trigger: /demo.
| name | ci |
| description | Gradient gate audit and validation workflow. Use when checking whether a docs/profile/schema change is safe to ship in this scaffold. Trigger: /ci. |
| argument-hint | [--audit-only|--run-only] [paths] |
Gradient currently has no automated project gate. Do not invent one.
The load-bearing ship gate is ./scripts/validate.sh, plus reviewer
judgment for lifecycle semantics in docs/architecture.md and
docs/module-contracts.md when docs change.
Run /ci to answer whether the current change respects Gradient's public-safe
contract and module lifecycle. Treat missing automation as a finding, not as a
reason to wave through a change.
git status --short and the changed files.AGENTS.md and docs/private-context.md.docs/architecture.mddocs/module-contracts.mddocs/decision-log.mdschemas/gradient.schema.json when a
local validator is available.There is no repo-local validation command yet. File or preserve a concrete debt item when a change depends on validation that cannot be run.
Return a short verdict:
PASS: all applicable checks ran or were not relevant.BLOCKED: a public-safe, lifecycle, schema, or verification issue remains.UNVERIFIED: a necessary command/schema/check does not exist yet.