// AI-NATIVE DEV AUTOMATION
工單 → Branch → PR
工單 → Branch → PR
全自動。
Squid 讓 AI agent 真正寫 code、跑測試、開 PR。工程師從 boilerplate 裡解放,專注在 架構與審查。
squid-agent · backend-001
$ squid pick --ticket=LOB-482
→ reading ticket: "Add rate-limit to /api/users"
→ scanning codebase (142 files)...
✓ plan: middleware, tests, docs
⎇ branch feat/LOB-482-rate-limit created
────────────────
$ writing middleware.ts ...
✓ 64 lines · TypeScript · lint clean
$ writing middleware.test.ts ...
✓ 8 test cases · coverage 94%
────────────────
✓ tests passing: 42/42
✓ PR #2817 opened · reviewers assigned
────────────────
● agent idle · all tasks done
→ reading ticket: "Add rate-limit to /api/users"
→ scanning codebase (142 files)...
✓ plan: middleware, tests, docs
⎇ branch feat/LOB-482-rate-limit created
────────────────
$ writing middleware.ts ...
✓ 64 lines · TypeScript · lint clean
$ writing middleware.test.ts ...
✓ 8 test cases · coverage 94%
────────────────
✓ tests passing: 42/42
✓ PR #2817 opened · reviewers assigned
────────────────
● agent idle · all tasks done
// HOW IT WORKS
從工單到合併,
從工單到合併,
Squid 接管 80%。
每一步你都能看見、能介入、能 override — 不是黑盒。
01
Ticket
Neritic 工單
→
02
AI Plan
claude / gpt
→
03
Branch
git checkout
→
04
Commit
with tests
05
PR Opened
GitHub / Gitea
→
06
AI Review
style / bugs
→
07
Human ✓
final approve
→
08
Merge
CI/CD deploy
// NATIVE INTEGRATIONS
跟你的工具鏈
跟你的工具鏈
一拍即合。
GitHub / Gitea 原生支援,REST API 對外開放。
GH
GitHub
native · repos / PRs / actions
GT
Gitea
self-hosted · full API
// FEATURES
不是 Copilot,
不是 Copilot,
是整個工程流程。
從第一行 code 到 PR merged,Squid 的 AI agent 全程參與。
◎
AI Code Review
每一個 PR 自動跑風格、安全、bug 審查,給出可執行的建議。
// FEATURE 01
{ }
自動 Scaffold
新功能從 router、service 到 test 一鍵生成符合你 repo 慣例的樣板。
// FEATURE 02
%
測試覆蓋追蹤
PR 強制維持覆蓋率,低於門檻 AI 自動補 test,不給 merge。
// FEATURE 03
⟳
Self-Healing
CI 失敗自動診斷、重試、修正 — 半夜 build 壞了不用爬起來。
// FEATURE 04
⌂
地端部署
Enterprise 支援 on-prem 部署,程式碼完全不出公司。
// FEATURE 05