SKILL.md
readonly

backend-check

작성자:Significant-Gravitas
카테고리:
개발
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

작업

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

사용 가이드

  1. 1. 설치 명령어 실행

    위의 설치 명령어를 복사하여 터미널에서 실행하세요.

  2. 2. 환경 변수 설정

    스킬 설명에 따라 MCP 클라이얰트에 필요한 환경 변수를 추가하세요.

  3. 3. 클라이얰트에서 사용

    MCP 호환 앱(Claude, Cursor 등)에서 이 스킬을 설정하고 활성화하세요.