Source Command Lint

Run all linters and code quality checks

enuno 776408a 714 B Updated 1 repo stars

File contents

source-command-lint

Use this skill when the user asks to run the migrated source command lint.

Command Template

Run comprehensive code quality checks on the project.

Execute the following checks:

  1. Black formatting check: black --check src/ tests/
  2. isort import sorting check: isort --check-only src/ tests/
  3. Ruff linting: ruff check src/ tests/
  4. MyPy type checking: mypy src/

Report back with:

  • List of any formatting issues
  • Import sorting problems
  • Linting errors or warnings
  • Type checking errors
  • Suggested fixes for any issues found

If there are issues, ask if I should auto-fix them.

enuno/unifi-mcp-server/tree/main/.agents/skills/source-command-lint commit 776408a800

Frequently asked questions

npx skillmds@latest add enuno/source-command-lint