LLM Skills
~/catalog/testing & quality//check-code
Testing & qualityGitHub source

Python linting

/check-code

Run the following commands and make sure the code is clean.

AutoForgeAIAutoForgeAI
1.8k
March 20, 2026
Other
// skill content

--- description: --- Run the following commands and ensure the code is clean. From project root: # Python linting ruff check . # Security tests python testsecurity.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 testsecurity.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

// original public source
AutoForgeAI/autoforge
/.claude/commands/check-code.md
License: Other. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/check-code.md" "https://raw.githubusercontent.com/AutoForgeAI/autoforge/master/.claude/commands/check-code.md"
Then in Claude Code, type /check-code to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 1.8k
LicenseOther
UpdatedMarch 20, 2026
Format.md
AccessFree
// similar

Skills Testing & quality

View allarrow_forward