with one click
hello-world
Walking-skeleton smoke test skill. Writes a greeting file.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Walking-skeleton smoke test skill. Writes a greeting file.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | hello-world |
| description | Walking-skeleton smoke test skill. Writes a greeting file. |
| allowed-tools | [] |
| required-mcps | [] |
| entrypoint-script | scripts/run.py |
| inputs | {"name":{"type":"string","required":true}} |
| outputs | {"file_path":{"type":"string"},"greeting":{"type":"string"}} |
Writes a greeting file inside the run workspace. Used as a walking-skeleton smoke test for the platform; no LLM or MCP involvement.
name (string, required): who to greet.file_path (string): path to the greeting file.greeting (string): the greeting text written.Structured review of a diff against a ticket's acceptance criteria.
Write a final report.md summarizing run results.
TDD implementation with AI code-review loop for a single ticket.
Decompose structured PRD into atomic implementation tickets.
Deterministic product acceptance review against parsed PRD constraints.
Decompose a Python web PRD into implementation tickets that preserve one FastAPI app.