Run wispbit to check for code quality violations
/plugin marketplace add wispbit-ai/claude-plugins/plugin install wispbit-ai-wispbit-wispbit-plugin@wispbit-ai/claude-pluginsRun wispbit to check for code quality violations in the current workspace. Execute: `wispbit diff --json=pretty` The output will be a JSON array of violations. Parse and format them following these rules: 1. **Group by Rule**: Group all issues by their `ruleId` and `message` 2. **No Tables**: Present information in a clean, readable format without tables 3. **Show Code Snippets**: Display the relevant code from the `text` field 4. **Show Fixes**: Display fixes in diff format from the `edits` field. Combine multiple edits for the same file when possible 5. **Ask for Action**: After showin...