qa
Run full quality assurance checks before committing or merging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run full quality assurance checks before committing or merging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and refine glossary entries with consistent taxonomy, cross-linking, and editorial quality.
Perform safe cleanup and refactors that reduce duplication, dead code, and maintenance burden.
Ship repeatable SEO and discoverability improvements for metadata, structured data, and crawl surfaces.
Maintain documentation changes with correct placement, check policy, and PR-ready outcomes.
Encode taste as structure and maintain premium design standards.
Resolve TypeScript type errors systematically across the project.
| name | qa |
| description | Run full quality assurance checks before committing or merging. |
| required_tools | ["run_command"] |
| version | 1.0.0 |
Ensures the project meets stability, styling, and testing standards before code is shipped.
Linting: Catch formatting and static analysis rules.
bun run lint
Types: Verify TypeScript integrity.
bun run typecheck
Astro: Check component and route validity.
bun run astro:check
Testing: Run the unit test suite.
bun test
Consolidated Check: Run the full suite if time permits.
bun run check
.md) changes may skip full QA, but should still be formatted with Prettier.