← Back to list

quality-gates
by NikiforovAll
A lazygit-style TUI for visualizing Claude Code customizations.
⭐ 17🍴 3📅 Jan 21, 2026
SKILL.md
name: quality-gates description: This skill should be used when the user wants to run code quality checks (linting, formatting, type checking, tests) on the lazyclaude project. Use this skill when asked to "run quality gates", "check the code", "run tests", "lint the code", or verify code quality before committing.
Quality Gates
Run code quality checks for the lazyclaude project. This skill executes the same checks used in pre-commit hooks plus tests.
Quality Checks
The following checks are run in order:
| Check | Command | Purpose |
|---|---|---|
| Ruff Lint | uv run ruff check src tests --fix | Lint code and auto-fix issues |
| Ruff Format | uv run ruff format src tests | Format code consistently |
| Mypy | uv run mypy src | Static type checking |
| Pytest | uv run pytest tests/ -q | Run test suite |
Usage
To run all quality gates:
.claude/skills/quality-gates/scripts/check.sh
Or run individual checks as needed using the commands above.
Workflow
- Run the
.claude/skills/quality-gates/scripts/check.shscript from the project root - Review any failures and fix issues
- Re-run until all checks pass
- Present user with concise summary of results in markdown table format
Common Issues
- Ruff lint failures: Usually auto-fixed. If not, check the error message for manual fixes needed.
- Mypy errors: Type annotation issues. Add or fix type hints as indicated.
- Test failures: Review test output, fix failing tests or underlying code.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
