From d32016bd2cd2fa8aa2258024bd326d7e4d7c72a7 Mon Sep 17 00:00:00 2001 From: Bunyamin inan Date: Sat, 20 Jun 2026 11:13:37 +0200 Subject: [PATCH] fix: list Mago verification commands --- plugins/engineering-playbook/skills/development/SKILL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/engineering-playbook/skills/development/SKILL.md b/plugins/engineering-playbook/skills/development/SKILL.md index 29e70f6..40abcbd 100644 --- a/plugins/engineering-playbook/skills/development/SKILL.md +++ b/plugins/engineering-playbook/skills/development/SKILL.md @@ -58,7 +58,11 @@ format. ## Verification Gate -- Run the repository's documented Mago command. +- Run these Mago commands in order: + 1. `mago fmt --check` + 2. `mago lint` + 3. `mago analyze` + 4. `mago guard` - Fix Mago warnings and errors, then rerun Mago. - Stop and ask the user when a Mago fix would change the implementation direction. Include concrete options.