Add WuMing AI review pipeline #35
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently there is no automated AI code review on pull requests. Adding a WuMing pipeline will provide inline review comments on every PR covering code correctness, documentation quality, and security issues.
Plan of attack
Single new pipeline file triggered on all PRs. No path-filtering per package — WuMing routes to agents by file extension internally.
Agents:
Secrets to add in Woodpecker UI:
Branch:
feat/issue-35-wuming-ai-reviewPlan of attack
Single new pipeline file
.woodpecker/ai-review.yamltriggered on all PRs. No path-filtering per package — WuMing routes to agents by file extension internally.Agents:
code:deepseek-reasoner— correctness/logic; thereasonermodel name auto-raises max tokens to 16384docs— default deepseek-chat, reviews markdown/rst/txtsecurity— default deepseek-chat, OWASP Top 10 across code + config + shell; additive alongsidecodeSecrets to add in Woodpecker UI:
wuming_forgejo_token(read-repo + write-issues)wuming_deepseek_keyBranch:
feat/issue-35-wuming-ai-review