diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-22 21:28:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-22 21:28:48 +0200 |
| commit | 5e817371a43ba468e5f216230d504b6124c85e95 (patch) | |
| tree | 1062a05bb733ef5c04405a619deb52b72c6084a6 /prompts | |
| parent | fc8a5aefff7c8421c579df1ba8391fdde411d731 (diff) | |
fix
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/skills/auditing-code-quality/SKILL.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/prompts/skills/auditing-code-quality/SKILL.md b/prompts/skills/auditing-code-quality/SKILL.md index 52dce42..0cedbf6 100644 --- a/prompts/skills/auditing-code-quality/SKILL.md +++ b/prompts/skills/auditing-code-quality/SKILL.md @@ -19,7 +19,7 @@ sequence. This meta-skill orchestrates them so you only need a single command. 2. **100-go-mistakes** — 100 Go mistakes and how to avoid them. 3. **solid-principles** — Class-level SOLID analysis (SRP, OCP, LSP, ISP, DIP). 4. **beyond-solid-principles** — System-level architecture principles (SoC, DRY, KISS, YAGNI, coupling, resilience, etc.). -5. **taskwarrior-task-management** — Creates actionable tasks for each finding that needs remediation. +5. **agent-task-management** — Creates actionable tasks for each finding that needs remediation. ## Workflow @@ -80,9 +80,8 @@ forward. ### 4. Create Tasks for Findings -After producing the unified report, load **taskwarrior-task-management** and -create a Taskwarrior task for every HIGH and MEDIUM severity finding. Each task -should: +After producing the unified report, load **agent-task-management** and +create a task for every HIGH and MEDIUM severity finding. Each task should: - Have a clear, actionable description (e.g., "Refactor UserService to fix SRP violation"). - Include the principle, category, and file location in an annotation. |
