elm-review

Conducts code, security,Tinctorial, performance and test reviews for Elm projects with TUI interactivity.

Updated Oct 11, 2025
One-click install
npx skills add https://github.com/bromanko/llm-agents --skill elm-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elm-review
Source: https://github.com/bromanko/llm-agents/tree/main/skills/elm-review
Command: npx skills add https://github.com/bromanko/llm-agents --skill elm-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the need for comprehensive code quality, security, performance, and testing analysis specifically for Elm projects, ensuring robust and maintainable applications.

Core Features & Use Cases

  • Automated Code Audits: Performs in-depth reviews of Elm code for idiomatic correctness, potential bugs, and adherence to best practices.
  • Security Vulnerability Detection: Identifies common security risks such as unsafe port usage, XSS vulnerabilities, and improper JSON handling.
  • Performance Optimization: Analyzes Elm applications for performance bottlenecks related to the Virtual DOM and data structures.
  • Test Quality Assessment: Evaluates the coverage and effectiveness of your Elm test suites.
  • Use Case: A developer can use this skill to get a full report on their Elm codebase, highlighting areas for improvement in all four review categories before a major release.

Quick Start

Run the /review elm command for a full interactive review of your Elm code.

Frequently Asked Questions about elm-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct a comprehensive code review for an Elm project?

You can run a comprehensive Elm code review using an interactive TUI that analyzes code correctness, security vulnerabilities, performance bottlenecks, and test suite effectiveness, providing a full report for remediation.

What security vulnerabilities can be detected in Elm applications?

Security reviews for Elm applications can identify common risks such as unsafe port usage, XSS vulnerabilities, and improper JSON handling. These automated security audits help ensure your application is robust and protected against typical web threats.

Can I run a performance analysis specifically targeting Elm Virtual DOM bottlenecks?

Yes, targeted performance analysis for Elm applications specifically examines Virtual DOM and data structure bottlenecks, helping developers optimize rendering and data handling efficiency through interactive remediation.

Does Elm code review support targeted analysis for testing and test quality assessment?

Yes, Elm code review supports targeted analysis by specifying review types such as 'test'. This assesses the coverage and effectiveness of your Elm test suites, ensuring your testing strategy is comprehensive and reliable.

What is the best way to check Elm code for idiomatic correctness and best practices?

The best way to check Elm code for idiomatic correctness is through automated code audits. These in-depth reviews analyze your codebase for potential bugs and adherence to best practices, highlighting areas for improvement interactively.