WeSearch

Aislop – deterministic quality gate for AI-generated code (MIT, no LLMs)

·4 min read · 0 reactions · 0 comments · 16 views
#ai#software#development#quality#tools
Aislop – deterministic quality gate for AI-generated code (MIT, no LLMs)
⚡ TL;DR · AI summary

Aislop is a quality gate tool designed for AI-generated code, ensuring that it meets engineering standards. It identifies and fixes issues such as dead code and oversized functions, providing a score from 0 to 100. The tool is easy to use, requiring no installation and supporting multiple programming languages.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

aislop The engineering standards layer and quality gate for AI-written code. Catches the slop AI agents leave behind: dead code, oversized functions and files, unused imports, as any casts, swallowed errors, hallucinated imports, todo stubs, narrative comments. Scores 0–100. Deterministic (regex + AST, no LLMs). 8+ languages. Quick start npx aislop scan No install needed. Works on any project. Get your score in seconds. npx aislop fix # auto-fix issues npx aislop fix -f # aggressive fixes (deps, unused files) npx aislop ci # CI mode (JSON + gate) npx aislop hook install --claude # per-edit hook Public badge: Show your score on your README [![aislop](https://badges.scanaislop.com/score/<owner>/<repo>.svg)](https://scanaislop.com) Run npx aislop badge to auto-generate.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub