.codex/skills/adws-build/SKILL.md
Fast-track trivial changes through the implement-close workflow.
npx skillsauth add thewoolleyman/tab-groups-windows-list adws-buildInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fast-track trivial changes through the implement-close workflow.
Invoke this command to quickly implement trivial changes using the simplified implement_close workflow. This bypasses full TDD ceremony; 100% coverage is the safety net.
implement_close workflow from the ADWS workflow registrybd close (FR20, FR46)bd update (NFR2, NFR21)This command delegates to the ADWS Python module:
uv run python -m adws.adw_modules.commands.dispatch build
The dispatch routes to run_build_command in
adws.adw_modules.commands.build, which loads and executes
the implement_close workflow via io_ops, then handles
finalize (close on success, tag on failure) at the command
level (FR28, FR32).
All testable logic lives in adws/adw_modules/commands/build.py --
the .md file is the natural language entry point only (FR28).
tools
Land the plane: commit all changes, push, and confirm clean state
testing
Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)
testing
Review test quality using comprehensive knowledge base and best practices validation
testing
Dual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase.