noname-iii/dsh-check-the-code

noname-iii★ 1TypeScript最后同步: 2026-08-16

在 GitHub 打开

A plugin for Deepseek Harness (well it may support other AI agent IDEs but I hadn't test it out yet) that checks for error when AI had finished writing the code.

README 摘要

dsh-code-checker · Comprehensive Code Check Plugin A plugin for DeepSeek Harness . After the AI writes code / builds a project, this plugin runs a three-step comprehensive check and reports every problem straight back to the AI so it can fix them, until it returns "没有问题" (No problems) . Optional GUI dashboard included, plus a standalone CLI and an MCP server for Trae, Qoder, Cursor, Claude Desktop and any other platform. See README.zh.md for the full documentation (中文). What it does 1. Build & run check — detect the project type (Node/Python/Rust/Go/C++/Java/.NET/static web/Electron/desktop exe), install deps, run ALL build commands, start a run probe, and collect every error. Any error → report the specific error info to the AI immediately (with file:line locations where available) and list ALL collected errors at once (later steps are skipped). 2. Feature completeness — extract ALL of the user's requirements from the prompt/context, then verify each one against the implementation (heuristic keyword/structure checks + optional LLM deep analysis). Missing features are collected and reported all at once ; step 3 runs only when everything is implemented. 3. Real user simulation — ope…

在 GitHub 查看完整 README →
Agent/智能体check-the-codedshdsh-pluginagent

分类