Agent skill
smoke-task
Execute an arbitrary prose task as a headless Claude session. For smoke-test pipeline use only.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/smoke-task
SKILL.md
Smoke Task Skill
Execute an arbitrary prose task as a headless Claude session. For smoke-test pipeline use only.
Usage
/autoskillit:smoke-task <prose description of the task>
When to Use
Used exclusively by recipes/smoke-test.yaml to test that the headless runner can execute
arbitrary tasks and produce capturable outputs. Not for production pipeline use.
Critical Constraints
NEVER:
- Use this skill outside of smoke-test pipeline execution
- Ignore explicit output-line instructions (e.g.
key=value) — they must be emitted exactly
ALWAYS:
- Execute the prose task exactly as specified in the argument
- Output any requested key=value lines on their own lines for recipe capture
Instructions
Execute the task described in the argument provided to this skill invocation.
Complete the task exactly as specified. If the task asks you to output a specific line
(e.g. key=value), output it on its own line so it can be captured.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?