Skip to content

fix(quality): use specorator cmd in agents and skills#426

Merged
Luis85 merged 2 commits into
developfrom
fix/issue-422-quality-metrics-cmd
May 9, 2026
Merged

fix(quality): use specorator cmd in agents and skills#426
Luis85 merged 2 commits into
developfrom
fix/issue-422-quality-metrics-cmd

Conversation

@Luis85
Copy link
Copy Markdown
Owner

@Luis85 Luis85 commented May 9, 2026

Summary

  • Replace all npm run quality:metrics occurrences in 4 agents and 2 skills with specorator quality:metrics
  • Affected: qa.md, reviewer.md, release-manager.md, retrospective.md, quality-assurance/SKILL.md, quality-metrics/SKILL.md
  • No logic changes — command invocation only

Why

npm run quality:metrics works in the template repo (script defined in root package.json) but produces command-not-found errors in plugin-installed downstream projects that have no package.json. specorator quality:metrics works in both contexts.

Test plan

  • 351/351 tests pass (no test changes needed — doc-only fix)
  • No remaining npm run quality:metrics in .claude/agents/ or .claude/skills/

Closes #422

Symprowire added 2 commits May 9, 2026 19:36
\`npm run quality:metrics\` works in the template repo but fails in
plugin-installed downstream projects that have no package.json.
Replace every occurrence in qa, reviewer, release-manager,
retrospective agents and quality-assurance/quality-metrics skills.

Closes #422
@Luis85 Luis85 merged commit 080996d into develop May 9, 2026
6 checks passed
@Luis85 Luis85 deleted the fix/issue-422-quality-metrics-cmd branch May 9, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: npm run quality:metrics in agents/skills breaks in plugin-installed downstream projects

2 participants