Back to list
usefulmove

tester

by usefulmove

simple note capture

0🍴 0📅 Dec 24, 2025

SKILL.md


name: tester description: Unified testing and static analysis suite using uv, pytest, ty, and ruff.

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.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon