Help us improve
Share bugs, ideas, or general feedback.
From superpowers-symfony
Runs quality checks including PHP-CS-Fixer for style, PHPStan for static analysis, and tests on the Symfony project.
npx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfonyHow this command is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:symfony-checkThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `symfony:quality-checks` skill exactly as written.
/laravel-checkRuns Laravel quality checks by invoking the laravel:quality-checks skill exactly as written to assess project code quality.
/checkRun code quality checks (linting, formatting, type checking, test coverage, complexity) on project, directory, or file. Outputs Markdown report with summary, results tables, and recommendations.
/qualityRuns comprehensive quality control: executes tests with coverage, checks code standards/docs/patterns, auto-fixes issues, produces score (0-100) and trends report.
/audit-testAudits PHP test suites for coverage gaps, test smells, naming, isolation issues. Recommends improvements, generates fixes. Supports path, level (quick/standard/deep), meta-instructions.
/quality-checkRuns comprehensive code quality checks across formatting, review, complexity, dead code, naming, patterns, security headers, and dependencies. Produces findings, recommendations, severities, overall score, and top fixes.
/lintLints Drupal or Next.js projects by auto-detecting type, running Drupal Coder/PHPCS/ESLint/Prettier checks, reporting violations by file/line, suggesting auto-fixes, and outputting JSON report.
Share bugs, ideas, or general feedback.
Use the symfony:quality-checks skill exactly as written.