plugins/claude
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
..
ci feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00
code feat(code): implement /core:commit smart commit command (#73) 2026-02-02 07:16:29 +00:00
collect feat(collect): add Borg-powered collection commands 2026-02-02 00:22:19 +00:00
issue feat(plugin): add github issues integration (#69) 2026-02-02 07:14:21 +00:00
qa feat(qa): add /core:qa command for iterative QA loop (#74) 2026-02-02 07:17:23 +00:00
review feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00
verify feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00