← ClaudeAtlas

myna-dev-reviewlisted

Deep technical review of Myna agent artifacts — evaluates skills, steering skills, main agent, and config examples against 8 review dimensions. Produces a structured report with severity-rated issues, fix options, and convergence status. Report only — does not fix. Use when: "review the skills", "audit agents", "quality check", "run a review".
agentflock/myna · ★ 4 · AI & Automation · score 83
Install: claude install-skill agentflock/myna
# Myna Dev Review Deep technical review of Myna agent artifacts — evaluates every skill, steering skill, main agent, and config example against 8 review dimensions (frontmatter, description quality, instruction clarity, feature completeness, vault format correctness, safety, output usefulness, steering duplication). Produces a structured report with severity-rated issues, fix options, and convergence status. Report only — does not fix. Reviews find real issues and fix them directly in the review+fix cycle. ## Arguments $ARGUMENTS Parse for: - **Scope:** file paths, glob patterns, `--uncommitted`, or no arguments (default scope below) - **`--task "[label]"`:** task review mode — see below - Anything else: error out with a note on valid usage **Default scope** (no arguments): all of the following: - `agents/skills/myna-*/SKILL.md` — all 24 feature skills - `agents/skills/myna-steering-*/SKILL.md` — all 6 steering skills - `agents/main.md` - `skills/install/guide.md` **`--uncommitted`:** resolve to only files with uncommitted git changes under `agents/`. Use `git status --short agents/` to identify them. **`--task "[label]" --base "[base]"`:** task review mode. Intended for use by task subagents via `myna-dev-task-protocol`. `--base` accepts a branch name or commit SHA. If `--task` is present but `--base` is missing, error out: "Task mode requires --base. Usage: --task \"label\" --base \"branch-or-sha\"" - Agents scope: `git diff [base]...HEAD --name-only -- agents/` — fi