원클릭으로
create-game-report
Guide for AI agent to create game report of a selected NBA game.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for AI agent to create game report of a selected NBA game.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-game-report |
| description | Guide for AI agent to create game report of a selected NBA game. |
This file is a guide for AI agent to create game report of a selected NBA game.
Ask user for necessary inputs:
If user needs help for some of the input parameters, run following command to get help:
uv run scripts/get_game_data.py --help
Run following command to get the play-to-play data of the selected game:
uv run scripts/get_game_data.py
The output data (in TOON format) is to be loaded to agent's context for the next step.
Create game report based on the data retrieved from previous step.
Describe the game like a game report in the newspaper. Include the following information in the report:
Format the response using markdown and include tables where appropriate.
Script cannot be found: If the Agent gets this error, use powershellcommands to search for the script on the local machine.
Parameters missing or incorrect: If the Agent gets error regarding any missing or incorrect input parameters, repeat step 1 and confirm with user.