一键导入
testing
Testing, CI, and troubleshooting guidance for running the repository's test suite and interpreting CI failures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Testing, CI, and troubleshooting guidance for running the repository's test suite and interpreting CI failures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and SEO optimization. Overrides brevity rules for proper grammar.
Coding style, testing, and PR guidelines for the Kubb ecosystem. Use when writing or reviewing code for the Kubb ecosystem.
Guidelines for writing minimal, high-quality JSDoc comments in TypeScript.
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.
| name | testing |
| description | Testing, CI, and troubleshooting guidance for running the repository's test suite and interpreting CI failures. |
This skill helps agents advise on running tests, meeting CI requirements, and debugging test or typecheck failures.
pnpm test # Run all tests
pnpm test "<test name>" # Run a specific test
pnpm typecheck must succeed across packagespnpm lint)pnpm lint && pnpm typecheck