# Check Test

> <!-- Generated from how_to_do.json by scripts/generate_skills.py. Edit how_to_do.json, not this file. -->

- Skill: `mihail-gribov/check-test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mihail-gribov/check-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mihail-gribov/check-test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mihail-gribov (https://skillmd.com/u/mihail-gribov)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mihail-gribov/check-test

---


<!-- Generated from how_to_do.json by scripts/generate_skills.py. Edit how_to_do.json, not this file. -->

# check-test

The user's request supplies the following values:

- `test_name` (required) - Name of the specific test to check (e.g.: test_complex_type_annotations)

Placeholders such as `{test_name}` below refer to these values.

## Procedure

Check the test {test_name}.

If the test doesn't run or is not found, try looking for tests with names test_{test_name} or {test_name}_test. If this doesn't help, analyze the situation and explain why this is happening.

* If the test fails, determine the cause:
  * Incorrectly written code
  * Incorrectly written test

* Actions:
  * If the problem is in the code — analyze it, suggest a fix, assess risks and form a report
  * If the problem is in the test — fix it and form a report

