A structured frontend code reviewer that runs your TypeScript, JavaScript, and TSX files through a comprehensive checklist covering code quality, performance, and business logic issues. It handles two modes: reviewing staged changes before commits or analyzing specific files you point to. The output is consistently formatted with urgent issues flagged separately from suggestions, complete with file paths, line numbers, and actionable fixes. Each violation gets tagged with urgency metadata for prioritization. After finding issues that need code changes, it offers to automatically apply the suggested fixes, making it a complete review-and-remediate workflow rather than just a linting tool.
npx skills add https://github.com/langgenius/dify --skill frontend-code-review