Skip to content

Quality and Evals

superpowers-ja manages quality with audit scripts, release notes, and eval transcripts.

superpowers-ja は audit scripts、release notes、eval transcripts で品質を管理します。

Terminal window
bash scripts/audit.sh --quick --no-upstream
bash scripts/audit.sh
CategoryChecks
Static validationJSON parse、SKILL.md frontmatter、symlink、hook permissions
Installer behaviorinstall / reinstall / uninstall for supported tools
Upstream alignmenthooks、brainstorm scripts、core skill structure drift、full skill drift report
Cross referencesREADME links、skill references、bootstrap paths

For upstream sync review:

Terminal window
node scripts/check-upstream-skill-drift.js upstream/main

Original Japanese skills are evaluated with practical scenario transcripts.

EvalScenario
japanese-incident-report顧客向け障害最終報告
japanese-acceptance-test-spec注文 CSV export の受入テスト仕様
japanese-code-review-graph影響範囲 review と test gap
japanese-code-review権限・監査ログを含む PR review
japanese-git-workflow本番 hotfix の branch / PR / release 運用
japanese-documentation外部連携 API の保守引き継ぎ document
japanese-commit-conventions日本語 commit と changelog entry

Release 前の version sync、audit、npm pack --dry-run、eval transcript 確認手順は docs/release-checklist.md に整理しています (v0.3.0 で追加)。

  • Japanese wording fits SIer、受託開発、自社サービス contexts
  • Requirements、acceptance criteria、impact、evidence、approval are explicit
  • Behavior-changing instructions are preserved
  • node bin/superpowers-ja.js --help passes
  • bash scripts/audit.sh --quick passes
  • Updated skills are included in npm pack --dry-run --json