Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion skills/python-quality-gate/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Runs Python code quality checks. Use when checking Python quality, linting, type checking, or running tests. Covers formatting and linting with ruff, type checking with mypy, and test execution with pytest.
allowed-tools: Read, Bash, Glob
description: Runs Python code quality checks. Use when checking Python quality, linting, type checking, running tests, validating Python code, or running python checks. Covers formatting and linting with ruff, type checking with mypy, and test execution with pytest.
---

# Python Quality Gate
Expand Down
3 changes: 2 additions & 1 deletion skills/typescript-quality-gate/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Runs TypeScript/JavaScript code quality checks. Use when checking TypeScript or JavaScript quality, linting, or running tests. Covers formatting and linting with biome, type checking with tsc, and test execution with bun test.
allowed-tools: Read, Bash, Glob
description: Runs TypeScript/JavaScript code quality checks. Use when checking TypeScript or JavaScript quality, linting, running tests, validating TypeScript code, or running TS/JS checks. Covers formatting and linting with biome, type checking with tsc, and test execution with bun test.
---

# TypeScript Quality Gate
Expand Down
Loading