.codex/skills/adws-prime/SKILL.md
Load codebase context into the current session.
npx skillsauth add thewoolleyman/tab-groups-windows-list adws-primeInstall 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.
Load codebase context into the current session.
Invoke this command to prime the session with project context for subsequent development commands.
This command delegates to the ADWS Python module:
uv run python -m adws.adw_modules.commands.dispatch prime
The dispatch routes to run_prime_command in
adws.adw_modules.commands.prime, which reads files via
io_ops.read_prime_file and builds directory trees via
io_ops.get_directory_tree (FR28, FR31).
All testable logic lives in adws/adw_modules/commands/prime.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.