feat: add Skills-based sandboxed code review agent#236
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #236 +/- ##
==========================================
Coverage ? 88.07937%
==========================================
Files ? 482
Lines ? 45157
Branches ? 0
==========================================
Hits ? 39774
Misses ? 5383
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
f9212a0 to
765f9e9
Compare
AI Code Review我已经完整阅读了 发现的问题
|
Summary
code-reviewSkill with documented and machine-readable rules for security, async errors, resource leaks, test coverage, sensitive data, and database lifecyclesskill_loadandskill_runflow; Container with no network is the production default and Local is an explicit development fallbackSqlStoragereview_report.jsonandreview_report.mdwith findings, human-review items, Filter/sandbox summaries, metrics, and actionable recommendationsSafety and governance
needs_human_reviewwithout starting a sandboxnetwork_mode=none(file, line, category)and route confidence below0.80away from primary findingsValidation
25 passed: example unit/integration suite, including a real Docker Container E2E374 passed: existing Skill load/run, Filter, SQL storage, and Local/Container workspace regression suites8/8generated JSON and Markdown reports in about5.4sin fake-model Local mode11.44s,skill_load=True,skill_run=True, 7 structured findings, 21 redactions, and no residual container/workspace0matches for all fixture credentialscompileall,git diff --check, JSON validation, andpip checkpassedbuild,lint, andtest, Codecov patch coverage, CLA, and open-source scan passedRuntime evidence
Default Container execution, read-only bind mount, Skill flow, cleanup, and report summary:
SQLite persistence and redaction audit:
Release note
Added a production-oriented Skills code review agent example with sandbox governance, SQL persistence, structured reports, monitoring, deduplication, and defense-in-depth credential redaction.
Fixes #92