一键导入
review
Quick review of recently changed files. Runs contract-guardian and framework-compliance in parallel. Use after every significant edit before committing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick review of recently changed files. Runs contract-guardian and framework-compliance in parallel. Use after every significant edit before committing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide for creating a new UI component in @gridland/ui. Covers file structure, focus integration, keyboard handling, theme usage, JSDoc, export registration, and documentation.
Review a component for production readiness as a UI framework. Assesses code quality, patterns, tests, docs, and API design. Produces a prioritized fix plan. Use before shipping a new or updated component to users.
Update context files to reflect current codebase state — new components, changed APIs, new patterns, and reasoning behind non-obvious decisions. Routes updates to the correct file based on what changed. Run after any significant design change before committing.
Audit the browser rendering pipeline for scissor/clipping bypass bugs. Use when touching browser-buffer.ts, canvas-painter.ts, or adding new visual features.
Diagnose layout issues in Gridland components. Spawns the layout-debugger agent with the relevant component. Use when a component renders incorrectly or layout looks wrong.
Pre-release checklist. Runs all 4 agents plus snapshot regression test, TypeScript check, and semver confirmation. Run before publishing a new package version.
| name | review |
| description | Quick review of recently changed files. Runs contract-guardian and framework-compliance in parallel. Use after every significant edit before committing. |
Quick review of recently changed files. Framework-compliance includes vendor boundary checks.
git diff --name-only HEAD
Spawn contract-guardian and framework-compliance agents simultaneously as background agents, passing the list of changed files.
Wait for both agents to complete.
Present findings grouped by severity:
If changes introduced a new component, API, or pattern, suggest: "Run /sync-context to update context files before committing."
Skip the suggestion if changes were purely mechanical (typo, rename, test update).