lint

star 4

Run static analysis tools (pylint, flake8 for Python, ESLint for JavaScript) to check Google Style compliance.

iwatake2222 By iwatake2222 schedule Updated 1/25/2026

name: lint description: Run static analysis tools (pylint, flake8 for Python, ESLint for JavaScript) to check Google Style compliance. user-invocable: true allowed-tools: Bash, Read

# Python
cd server && python -m flake8 src/ tests/ --max-line-length=80
cd server && python -m pylint src/ --indent-string='  '

# JavaScript
cd client && npx eslint src/ --ext .js
Install via CLI
npx skills add https://github.com/iwatake2222/alpamayo_webrtc --skill lint
Repository Details
star Stars 4
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator