elixir-quality-gate
CommunityQuality checks that catch bugs before they bite.
Authormkreyman
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill runs a full quality gate for Elixir projects—formatting, compilation, static analysis, dialyzer, and tests.
Core Features & Use Cases
- Comprehensive Checks: Runs format, compile, credo, dialyzer, and tests in sequence.
- Pre-commit Readiness: Suitable for pre-commit or CI checks.
- Status Reporting: Clear failure messages to guide fixes.
Quick Start
Run the full gate: mix format --check-formatted && mix compile --warnings-as-errors && mix credo --strict && mix dialyzer && mix test.
Dependency Matrix
Required Modules
None requiredComponents
Standard packageđź’» Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: elixir-quality-gate Download link: https://github.com/mkreyman/bmad-elixir/archive/main.zip#elixir-quality-gate Please download this .zip file, extract it, and install it in the .claude/skills/ directory.