원클릭으로
lint-fix
Run formatting and linting via Makefile (make format, make lint).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run formatting and linting via Makefile (make format, make lint).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
CRUD operations for Lightdash project agents.
Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.
Inspection of thread history, memory, and organization-wide agent activity.
Orchestrate evaluation runs and test case management for Lightdash agents.
Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
| name | lint-fix |
| description | Run formatting and linting via Makefile (make format, make lint). |
Run formatting and lint checks using the project Makefile.
make format to format code.make lint to check for violations.When lint or format issues are detected or when you need to ensure code quality:
make format then make lint.../plugin-verification/SKILL.md../implement-agent-skills/SKILL.md