スキル一覧に戻る
julwrites

quality

by julwrites

Bootstrapping repository for Vibe Coding

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: quality description: Ensure code quality and correctness. Run tests, validation, and linters.

Quality Skill

Use this skill to verify your work before requesting reviews. The verify command is the standard "Definition of Done" check for this project.

Commands

Verify (Run All Checks)

Runs both unit tests and task validation. Run this before every commit/review. Command: python3 scripts/quality.py verify

Run Tests

Run the project's test suite or specific tests. Command: python3 scripts/quality.py test [pattern] [-v] [--format json] Examples:

  • python3 scripts/quality.py test (All tests)
  • python3 scripts/quality.py test tests/test_memory.py (Specific file)
  • python3 scripts/quality.py test scripts.lib.utils (Specific module)

Run Linters

Run available linters (flake8, pylint) on the codebase or specific files. Command: python3 scripts/quality.py lint [files...]

Map (Scaffold Test)

Create a new test file corresponding to a source file. Command: python3 scripts/quality.py map <src_file> Example: python3 scripts/quality.py map scripts/my_script.py -> creates tests/scripts/test_my_script.py

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です