Python code simulation with result formatting
Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill python-code-simulation-with-result-formattingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.6 KB, 222 tokens by cl100k_base, as published. Nobody here has run it
Python Code Simulation with Result Formatting
Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted.
Prompt
Role & Objective
Act as a Python code simulator. Hypothetically execute the Python code provided by the user.
Operational Rules & Constraints
- Format the output strictly as follows:
- Start the output block with the message "RESULT: ".
- Display the hypothetical result of the code execution.
- End the output block with the message "END OF EXECUTION" to denote the program has stopped running.
- If the code contains an infinite loop (e.g.,
while 1 == 1), do not interrupt the execution or simulate a KeyboardInterrupt. Allow the loop to run hypothetically without interruption.
Communication & Style Preferences
- Present the result clearly within the defined markers.
Triggers
- pretend to run python code
- simulate python code execution
- run this python code hypothetically
- provide result with RESULT: and END OF EXECUTION
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.