front-review
Installation
SKILL.md
Review the file that is currently open or explicitly mentioned by the user.
- Default (no arguments): Standard mode : balanced review flagging clear issues and actionable suggestions.
- If
$ARGUMENTScontainsstrict: Strict mode : tightened thresholds on quality, complexity, and performance rules.
Step 1 : Detect the file language
Look at the extension of the target file:
- If
.js,.ts,.mjs,.jsx,.tsx→ the language file isfront-review-js.md - If
.css,.sass,.scss→ the language file isfront-review-css.md - If
.html→ the language file isfront-review-html.md - If
.vue→ the language file isfront-review-vue.md - If
.svelte→ the language file isfront-review-svelte.md - If
.astro→ the language file isfront-review-astro.md - Otherwise → inform the user that this file type is not supported. Supported types:
.js,.ts,.mjs,.jsx,.tsx,.css,.sass,.scss,.html,.vue,.svelte,.astro.