一键导入
skillset-repo-test-fixtures
Work on Skillset's own compiler test fixtures, fixture docs, fixture-backed tests, or fixture layout decisions in this repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Work on Skillset's own compiler test fixtures, fixture docs, fixture-backed tests, or fixture layout decisions in this repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| description | Work on Skillset's own compiler test fixtures, fixture docs, fixture-backed tests, or fixture layout decisions in this repo. |
| metadata | {"generated":"skillset@0.1.0","version":"0.1.2"} |
| name | skillset-repo-test-fixtures |
Use this skill when changing Skillset's internal compiler fixtures, fixture documentation, or tests whose setup builds fake Skillset repos.
tests.yaml declarations.apps/skillset/src/__tests__/ for focused positive cases, negative diagnostics, and lifecycle edge cases.fixtures/<case>/ repos only when a case needs whole-repo inspection, is shared as a golden reference, or is too large to read inline.fixtures/<case>/ repos use the dedicated layout: root skillset.yaml and source under root skillset/.skillset/plugins, skillset/skills, skillset/rules, skillset/hooks, skillset/shared, and skillset/_claude / skillset/_codex..skillset/skillset.yaml and .skillset/src/ paths when the test is specifically covering ordinary workspace behavior.fixtures/README.md before changing fixture layout or adding checked-in cases.fixtures/kitchen-sink/ broad as the positive golden reference; add a new fixtures/<case>/ instead of overloading it for lifecycle or negative cases.bun run check.bun test apps/skillset/src/__tests__/<file>.test.ts first, then bun run check.skillset/ changes, run bun run skillset:build, inspect generated output, then run bun run check.Develop and review the local skillset compiler from a Codex-oriented workflow.
Develop and review the local skillset compiler from a Claude-oriented workflow.
Use the skillset compiler to build, check, lint, and import source skills or plugins.
Author, update, and manage Skillset ADRs. Use when creating new ADRs, promoting drafts, updating the ADR index, renaming or renumbering ADRs, or when the user mentions ADR, architecture decision, or decision record.
Kitchen-sink skill exercising shared resources and custom resource mappings.
Keep project references organized for review.