원클릭으로
nested
Run a nested sequence of test sub-scripts and report what the user owes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a nested sequence of test sub-scripts and report what the user owes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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."