| name | aitask-qa |
| description | Run QA analysis on any task — analyze changes, discover test gaps, run tests, and create follow-up test tasks |
This is a profile-aware skill stub. Execute these steps in order, then stop:
-
Resolve active profile. Parse ARGUMENTS for --profile <name>. If
found, use that as <profile> and remove the --profile <name> pair
from ARGUMENTS. Otherwise run:
./.aitask-scripts/aitask_skill_resolve_profile.sh qa
and use the single-line stdout as <profile>.
-
Render per-profile variant. Run:
./.aitask-scripts/aitask_skill_render.sh aitask-qa --profile <profile> --agent claude
No-op if the per-profile SKILL.md is already up to date.
-
Dispatch via Read-and-follow. Read the file at
.claude/skills/aitask-qa-<profile>-/SKILL.md and execute its
instructions as if they were this skill, forwarding the (possibly
stripped) ARGUMENTS unchanged.