Testing And Debugging
There is no dedicated codebolt action skill test command in the CLI files here, so the normal loop is:
- register the skill in a local project
- call it from a small test agent or remix
- inspect the result and trace
- tighten the schema if the agent calls it incorrectly
Validate:
- the name makes the intent obvious
- the description differentiates it from neighboring skills
- required inputs are actually required
- outputs are structured enough for downstream composition
- failure messages are descriptive and recoverable
Use Testing and debugging when you need full trace/replay.