Agent skill

tester

Unified testing and static analysis suite using uv, pytest, ty, and ruff.

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/usefulmove/sonia/tree/main/skills/tester

SKILL.md

Tester Skill

Unified interface for ensuring code quality in the sonia project.

Capabilities

1. Full Quality Suite

Run all tests and static analysis in sequence.

  • Action: Execute scripts/check.sh

2. Unit Testing

Run the pytest suite.

  • Command: uv run pytest test/
  • Specific Test: uv run pytest test/sonia/test_notedb.py::test_name

3. Type Checking

Perform static type analysis using ty.

  • Command: uv run ty

4. Linting & Formatting

Use ruff for linting and code formatting.

  • Check Linting: uv run ruff check
  • Fix Linting: uv run ruff check --fix
  • Check Format: uv run ruff format --check
  • Format Code: uv run ruff format

Bundled Resources

  • scripts/check.sh: Bash script to run all checks with fail-fast behavior.

Expand your agent's capabilities with these related and highly-rated skills.

mattpocock/skills

migrate-to-shoehorn

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.

111,310 9,758
Explore
mattpocock/skills

git-guardrails-claude-code

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

111,310 9,758
Explore
mattpocock/skills

obsidian-vault

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

111,310 9,758
Explore
mattpocock/skills

scaffold-exercises

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

111,310 9,758
Explore
mattpocock/skills

setup-pre-commit

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

111,310 9,758
Explore
mattpocock/skills

edit-article

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

111,310 9,758
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results