con un clic
nested
Run a nested sequence of test sub-scripts and report what the user owes.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run a nested sequence of test sub-scripts and report what the user owes.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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."