LLM Skills
~/catalogue/tests et qualité//check-code
Tests et qualitésource GitHub

Python linting

/check-code

Exécutez les commandes suivantes et assurez-vous que le code est propre.

AutoForgeAIAutoForgeAI
1.8k
20 mars 2026
Other
// contenu du skill

description:


Run the following commands and ensure the code is clean.

From project root:

Python linting

ruff check .

Security tests

python test_security.py

From ui/ directory:

cd ui

ESLint (will fail until we add the config)

npm run lint

TypeScript check + build

npm run build

One-liner to run everything:

ruff check . && python test_security.py && cd ui && npm run lint && npm run build

Or if you want to see all failures at once (doesn't stop on first error):

ruff check .; python test_security.py; cd ui && npm run lint; npm run build

// source originale publique
AutoForgeAI/autoforge
/.claude/commands/check-code.md
Licence : Other. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/check-code.md" "https://raw.githubusercontent.com/AutoForgeAI/autoforge/master/.claude/commands/check-code.md"
Ensuite dans Claude Code, tapez /check-code pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
CréateurAutoForgeAI
Étoiles 1.8k
LicenceOther
Mis à jour20 mars 2026
Format.md
AccèsGratuit
// similaires

Skills Tests et qualité

Voir toutarrow_forward