SKILL.md
readonly

backend-check

Autor:Significant-Gravitas
Kategorie:
Entwicklung
182.6k
46.2k
name: backend-check
description: Run the full backend formatting, linting, and test suite. Ensures code quality before commits and PRs. TRIGGER when backend Python code has been modified and needs validation.
user-invocable: true

Backend Check

Steps

  1. Format: poetry run format — runs formatting AND linting. NEVER run ruff/black/isort individually
  2. Fix any remaining errors manually, re-run until clean
  3. Test: poetry run test (runs DB setup + pytest). For specific files: poetry run pytest -s -vvv <test_files>
  4. Snapshots (if needed): poetry run pytest path/to/test.py --snapshot-update — review with git diff

Aktionen

install --global skills.sh
npx skills add Significant-Gravitas/AutoGPT/.claude/skills/backend-check

Verwendungsanleitung

  1. 1. Installationsbefehl ausführen

    Kopieren Sie den obigen Befehl und führen Sie ihn im Terminal aus.

  2. 2. Umgebung konfigurieren

    Konfigurieren Sie die erforderlichen Umgebungsvariablen in Ihrem MCP-Client.

  3. 3. Im Client verwenden

    Konfigurieren und aktivieren Sie diesen Skill in einer MCP-kompatiblen App (z. B. Claude oder Cursor).