gleam-review

Analyze Gleam code for quality, security, performance, and testing issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Code Quality Analysis: Checks for idiomatic Gleam code and adherence to best practices.
  • Security Audits: Focuses on FFI safety, input validation, and dependency security.
  • Performance Optimization: Analyzes BEAM runtime performance.
  • Test Coverage: Assesses the quality and completeness of tests.
  • Use Case: A developer can use this skill to get a full review of their Gleam codebase before merging, identifying potential issues in all key areas.

Quick Start

Run the gleam review command to perform a full code, security, performance, and test review.

Frequently Asked Questions about gleam-review

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

FAQPage Schema
How do I perform a comprehensive code review for a Gleam project?

A comprehensive Gleam code review analyzes your project for quality, security, performance, and testing issues. Running specific review commands identifies potential vulnerabilities and areas for improvement before merging.

What does a Gleam security audit cover?

A Gleam security audit covers FFI safety, input validation, and dependency security. It identifies potential vulnerabilities within your Gleam codebase to ensure robust and reliable application behavior.

How does BEAM runtime performance analysis work for Gleam code?

BEAM runtime performance analysis for Gleam code evaluates how your application executes on the BEAM VM. This review identifies performance bottlenecks and suggests optimization improvements for your runtime operations.

Can this review tool check test coverage and idiomatic Gleam practices?

Yes, this review checks test coverage completeness and assesses whether your code follows idiomatic Gleam practices. It ensures adherence to best practices across both testing and overall code quality.

Do I need any specific dependencies installed to run a Gleam code audit?

No specific dependencies are required to run this Gleam code audit. You simply need a Gleam project and the ability to execute the designated review commands to generate the analysis report.

When should I run a Gleam code quality and security review?

You should run a Gleam code quality and security review before merging code into your project. This ensures comprehensive identification of potential issues across all key areas including performance and tests.