Lint Proposals banner
mendixlabs mendixlabs

Lint Proposals

Code Quality community

Description

# Lint Proposals Skill Audit `docs/11-proposals/` for status drift, missing frontmatter, misplaced files, and convention violations. The skill defines the rules; the [`/mxcli-dev:proposal-lint`](../commands/mxcli-dev/proposal-lint.md) command is the trigger. The skill produces a **report**. Cleanup actions (moves, frontmatter migration) happen only with explicit user approval, in a second turn. ## Frontmatter convention Every proposal must have YAML frontmatter at the top of the file: ```ya

Installation

Installs to ~/.claude/skills/mendixlabs-mxcli-lint-proposals/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mendixlabs-mxcli-lint-proposals && curl -fsSL https://raw.githubusercontent.com/mendixlabs/mxcli/HEAD/.claude/skills/lint-proposals.md -o ~/.claude/skills/mendixlabs-mxcli-lint-proposals/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository