plugins/claude/qa
Snider fae0c33e79
feat(qa): add /core:qa command for iterative QA loop (#74)
This commit introduces a new /core:qa command to automate the quality assurance process.

The command can be run with the following options:
- No flags: Runs the full QA suite (linting and tests).
- --quick: Runs only the linters for a fast feedback loop.
- --fix: Runs the full QA suite and iteratively attempts to fix issues using the project's auto-formatter.

The command detects the project type (Go or PHP) and runs the appropriate QA tools.

This addresses the user's request to have an automated and iterative QA command.
2026-02-02 07:17:23 +00:00
..
.claude-plugin refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
commands feat(qa): add /core:qa command for iterative QA loop (#74) 2026-02-02 07:17:23 +00:00
scripts feat(qa): add /core:qa command for iterative QA loop (#74) 2026-02-02 07:17:23 +00:00
hooks.json feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00