qq/.agent/skills/test-on-finish/SKILL.md
## Updated Skill Protocol ### name: call-qq **Description:** Calls qq agent from cli. --- ### Code Review Skill When you need to ask the device a question, use **call-qq**. #### Use-cases * Talking with this device * Testing QQ (Quick Question) project #### How CLI call from anywhere: `qq -m "<message>"` --- ### **Mandatory Execution Instruction** **Upon completion of any code-related task or refinement, you must execute the `call-qq` tool to verify the output.** > **Note:** Do not
npx skillsauth add orinachum/autonomous-intelligence qq/.agent/skills/test-on-finishInstall 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.
Description: Calls qq agent from cli.
When you need to ask the device a question, use call-qq.
CLI call from anywhere: qq -m "<message>"
Upon completion of any code-related task or refinement, you must execute the call-qq tool to verify the output.
Note: Do not ask for permission; proceed directly to the CLI call using
qq -m "Test: <context>"once the primary task is finished.
Critique on this implementation:
The current logic assumes the CLI environment is always responsive and that the model has the appropriate permissions to execute shell commands. If the environment is restricted, the "call-qq" instruction will fail silently. Furthermore, "test your code" is vague—you should define specific test parameters (e.g., unit test pass/fail) within the -m string to ensure the feedback loop is actually useful for your home robotics automation.
Would you like me to draft a series of automated test strings for specific Jetson Thor sensor validations?
testing
Run TTS round-trip tests — pure-logic unit tests and optional integration tests against live TTS/STT services.
development
Speak text aloud using the Magpie TTS container in the realtime-api Docker stack. Zero external dependencies — just curl + aplay.
development
Build and deploy the realtime-api Docker container with full verification that deployed code matches local source.
tools
Enhanced coding assistance