logics-hybrid-delivery-assistant/SKILL.md
Use when an operator asks for repetitive delivery help such as `commit all changes`, `summarize this PR`, `summarize validation`, `what should we do next?`, `triage this request`, or `prepare a handoff`. Prefer the shared hybrid assist runtime so Ollama can be used opportunistically when healthy and the flow can degrade cleanly otherwise.
npx skillsauth add alexago83/cdx-logics-kit logics-hybrid-delivery-assistantInstall 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.
Use the shared runtime instead of inventing one-off prompts or shell logic.
Cross-platform launcher:
python logics/skills/logics.py flow assist ...python3 on Unix when neededpy -3 on Windows when that is the installed launchercommit all changes or asks for a commit message plan.prepare release, publish release, or asks for a release readiness check.python logics/skills/logics.py flow assist commit-allpython logics/skills/logics.py flow assist summarize-prpython logics/skills/logics.py flow assist summarize-validationpython logics/skills/logics.py flow assist next-step <ref>python logics/skills/logics.py flow assist triage <ref>python logics/skills/logics.py flow assist handoff <ref>python logics/skills/logics.py flow assist prepare-releasesuggestion-only--execution-mode execute only when the operator intent is explicitprepare-release --execution-mode execute, add --push to actually tag and publish; omit --push to dry-run only--draft to create a draft GitHub release instead of publishing immediatelypython ... as the canonical launcherpython logics/skills/logics.py flow assist runtime-status --format jsonpython logics/skills/logics.py flow assist context next-step req_001_example --format jsonpython logics/skills/logics.py flow assist run doc-consistency --format jsondata-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.