forge-town/skills

forge_check-component-consistency

Use when 需要检测多个同类型组件(如 Button、Page)的代码实现一致性,交叉对比 Props、事件、样式、hooks 等实现层面差异,确保代码模式统一。触发词:检查组件一致性、对比组件实现、组件模式审计。

Installation

$ npx skills add forge-town/skills --skill forge_check-component-consistency

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 668 B
  • docs SUMMARY.md 307 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

Check Component Consistency

使用说明

  1. 按 [工作流](references/workflow.md) 收集目标组件、提取实现特征、交叉对比、输出报告
  2. 对照 [检查清单](references/checklist.md) 完成所有对比维度

核心原则: 只对比代码实现模式,不关注业务逻辑内容