/fec-review
Conduct a standardized review of the specified file or recently changed front-end code, output a graded review report and save it as a Markdown file.
$ npx -y skills add bovinphang/frontend-craft --agent claude-codeShips with frontend-craft. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/fec-review
Context preview
What this command does when you run it.
Conduct a standardized review of the specified file or recently changed front-end code, output a graded review report and save it as a Markdown file.
frontend-craft is a universal frontend plugin that brings the same opinionated engineering standards to all 15 AI coding assistants.
Repo: bovinphang/frontend-craft
Other commands on frontend-craft.
- /fec-debug
Front-end problem diagnosis and repair: covering build failures, runtime errors, UI exceptions, and interface problems, using a unified diagnostic framework to classify problems by type.
Open command - /fec-doc-sync
Sync README, docs, environment variables, scripts, API/routing/component descriptions and deployment instructions from code and project sources of truth.
Open command - /fec-init
Initialize frontend-craft project template, rules or downgrade instructions according to the current AI runtime.
Open command - /fec-plan
Unified front-end planning entrance - implementation/architecture plan or testing strategy. The implementation path is taken by default; when the user clearly wants test plan, coverage matrix, test layering, risk-to-test, etc., the complete test strategy is output.
Open command - /fec-refactor-clean
Identify and clean up front-end dead code, unused exports, outdated components, styles and dependencies under validation protection.
Open command - /fec-scaffold
Create a standard directory structure and template files for pages, features, or components according to project specifications. Usage: /fec-scaffold <type> <Name>, such as /fec-scaffold page UserDetail
Open command

