What problem does it solve?
This Skill acts as a DevOps Engineer and Release Gatekeeper, ensuring code quality, documentation completeness, and adherence to release standards before shipping.
Core Features & Use Cases
- Automated Code Review: Enforces patterns, types, security, and performance standards.
- Workflow Enforcement: Blocks commits/releases if documentation or issue tracking (Linear) is incomplete.
- Release Management: Manages changelogs, versioning, and release notes.
- Use Case: Before committing code, you can invoke
@dex commit to have Dex automatically review your changes against established standards, check for secrets, and verify documentation, blocking the commit if any critical gates fail.
Quick Start
Use the dex skill to review the current code changes before committing.