Build, Test, and Lint Configuration
Configure build verification, test commands, and lint commands
The central skill of the aitasks framework. This is a full development lifecycle skill that manages the complete task lifecycle from selection through implementation, review, and archival.
Usage:
/aitask-pick # Interactive task selection from prioritized list
/aitask-pick 10 # Directly select parent task t10
/aitask-pick 10_2 # Directly select child task t10_2
Note: Must be run from the project root directory. See Skills overview for details.
Codex CLI note: In Codex wrappers, after implementation, most of the times you will need to explicitly tell the agent to continue the workflow because
request_user_inputis only available in plan mode. Example prompts:Good, now finish the workfloworGood, now continue.
aitasks/metadata/profiles/ to pre-answer skill questions and reduce prompts. See Execution Profiles for the profile schema and examplesaiwork/<task_name>/) for isolated implementation, or works directly on the current branchCo-Authored-By trailer from implemented_withGood, now finish the workflow or Good, now continue)Test coverage analysis has been moved to the standalone
/aitask-qaskill. Run/aitask-qa <task_id>after implementation to analyze test gaps and create follow-up test tasks.
/aitask-pick 10 selects a parent task; /aitask-pick 10_2 selects a specific child task. Both formats skip the interactive selection step and show a brief summary for confirmation (skippable via profile)issue field, offers to update the linked issue: close with implementation notes, comment only, close silently, or skip. Uses ait issue-update which auto-detects associated commits and extracts plan notesaiwork/<task_name>/ on a new aitask/<task_name> branch. After implementation, merges back to the base branch and cleans up the worktree and branchThe profile schema, shipped examples, and customization guidance now live on a dedicated page for better discoverability: Execution Profiles.
Use that page for:
/aitask-pickqa_mode, qa_run_tests, qa_tier) for the /aitask-qa skillenableFeedbackQuestions flag for satisfaction promptsfast/custom profile YAML/aitask-exploreThe skill can optionally verify the build after implementation. See Build Verification for configuration details.
The review/commit step can combine imported contributor credit with a resolver-based code-agent coauthor trailer. See Commit Attribution for the exact commit format and configuration.
After completion, skills can prompt for a satisfaction rating (1–5) that feeds into verified model scores. These scores help choose the best model for each operation. See Verified Scores for how ratings are collected, stored, and displayed.
For workflow guides covering specific use cases, see Task Decomposition and Parallel Development.
/aitask-qa — Post-implementation QA analysis and test plan generation/aitask-review — Run code review guides over the codebase and create tasks from findings/aitask-revert — Revert changes from a completed task if an implementation needs to be undoneConfigure build verification, test commands, and lint commands
Profile schema, examples, and customization guide for /aitask-pick and related skills
How task-workflow composes contributor and code-agent coauthor trailers