forge-town/skills

forge_check-components

Use when 需要扫描并验证 React 组件文件夹是否符合 forge_component-unit-best-practice 规范,?

Installation

$ npx skills add forge-town/skills --skill forge_check-components

Summary

Use when 需要扫描并验证 React 组件文件夹是否符合 forge_component-unit-best-practice 规范,包括文件夹结构、单元测试和 Storybook 故事文件的完整性检查。触发词:检查组件规范、组件文件夹审查、check components、组件结构扫描。

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from forge-town/skills · top by installs.

npx skills add forge-town/skills

Browse all from forge-town/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 928 B
  • docs SUMMARY.md 319 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

组件规范检查工具

使用说明

  1. 读取 [forgecomponent-unit-best-practice 规范](../forgecomponent-unit-best-practice/references/standard.md) 及 [检查清单](../forge_component-unit-best-practice/references/checklist.md)
  2. 递归扫描目标目录(默认 src/components/),找出所有组件文件夹
  3. 对每个组件文件夹执行逐项检查,标注违规项及修复建议
  4. 汇总输出报告,列出通过/警告/错误统计

依赖规范: 所有检查以 forge_component-unit-best-practice 定义的规则为准