一键导入
check-domain
Run the structural check (check-domains) against the monorepo or a specific domain. Use after editing a domain to verify it still conforms.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the structural check (check-domains) against the monorepo or a specific domain. Use after editing a domain to verify it still conforms.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a commit message that explains WHAT changed and WHY in plain language. No code references. Humans read these, not machines.
Generate a PR description that explains WHAT is being built, WHY, and the high-level approach. Written for humans who will not read the code.
Create a new domains/<name>/ folder following the Huxflux domain pattern. Targets web, server, mobile, or shared. For server domains, also creates the routes plugin and registers it.
Enter discussion mode. No code is written, no files are created or edited. Read the codebase to ground the conversation, reason through trade-offs, surface edge cases, brainstorm. Use when the user wants to think before building.
Establish shared understanding of a task before writing any code. Restate the ask, surface ambiguity, ask 1-3 structured questions, propose an approach with trade-offs, get sign-off. Use at the start of any non-trivial task.
Create a new domain-internal React component inside an existing domain. Produces a file that passes lint by construction (size cap, allowed icons, design-system colors).
| name | check-domain |
| description | Run the structural check (check-domains) against the monorepo or a specific domain. Use after editing a domain to verify it still conforms. |
Runs the same structural check pnpm lint runs for domains, so the agent can self-verify mid-task without invoking the full lint suite.
None required. The user MAY pass a domain name to scope output; if provided, filter the report to that domain. Otherwise, report on all.
node scripts/check-domains.mjs. Capture exit code and output.If a specific domain was requested, grep the output for that domain's path and show only matching lines.
pnpm lint — that's the gate-lint agent's job. This skill is the fast structural-only check.