Agent Skills: Tic-Tac-Toe Tests

Create or update pytest coverage for the tic-tac-toe project, including win/draw detection, move validation, bot legality/optimality, and mixed human/bot turn flow. Use when adding or editing tests under the tests/ directory.

UncategorizedID: VictorQian03/tic-tac-toe/tic-tac-toe-tests

Install this agent skill to your local

pnpm dlx add-skill https://github.com/VictorQian03/tic-tac-toe/tree/HEAD/skills/tic-tac-toe-tests

Skill Files

Browse the full folder contents for tic-tac-toe-tests.

Download Skill

Loading file tree…

skills/tic-tac-toe-tests/SKILL.md

Skill Metadata

Name
tic-tac-toe-tests
Description
Create or update pytest coverage for the tic-tac-toe project, including win/draw detection, move validation, bot legality/optimality, and mixed human/bot turn flow. Use when adding or editing tests under the tests/ directory.

Tic-Tac-Toe Tests

Follow skills/tic-tac-toe-tests/PLAN.md to implement, then use skills/tic-tac-toe-tests/VERIFY.md to check the results.