with one click
nested
Run a nested sequence of test sub-scripts and report what the user owes.
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
Run a nested sequence of test sub-scripts and report what the user owes.
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
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | nested |
| description | Run a nested sequence of test sub-scripts and report what the user owes. |
Run a nested sequence of test sub-scripts and report what the user owes.
$ARGUMENTS
Run /test/random. Make sure to get both numbers back.
Save the absolute difference between the two numbers. For example, if the /test/random result was 95 and the user guessed 91, mark this difference down as 4.
Run /test/double-or-nothing inside /tmp on that absolute difference. For example, if the difference was 4, then we may get back either 0 or 8 as output. We will call this the "owed" number.
Read the "owed" number from /tmp/resulting-number.txt.
Run /test/imagine-object to get a description of an imaginary object. For example, we may get back "blue dogs."
Tell the user that they owe the "owed" number of imagined objects. For example, if that number were doubled, and we imagined blue dogs, then tell the user "You owe 8 blue dogs."