Install
$ agentstack add skill-iml1s-flutter-claude-skills-review-fix-commit ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Review-Fix-Commit Skill
一站式 code review → 修復 → 測試 → commit 流程。
流程
- Review 所有變更檔案
git diff看 staged + unstaged 變更- 檢查每個檔案的:dead code、命名不一致、config 問題、安全漏洞、型別錯誤
- 同時檢查前端和後端的變更
- 修復發現的問題
- Critical issues 直接修
- Minor issues 也一併修(命名、格式、dead code)
- 不要做超出 review 範圍的重構
- 跑完整測試
- 執行專案的 test suite
- 如果測試失敗,先確認 mock 是否與實作一致
- 修復測試問題後重跑
- Commit & Push
- 用描述性的 commit message,說明修了什麼
- 遵循專案既有的 commit message 風格
- Push 前先告知用戶,取得確認後再 push
注意事項
- 不要只看最新的 commit,要看整個 branch 的所有變更
- Review 時如果發現跨專案的檔案被改到,立刻停下來確認
Related skills
requesting-code-review— use after review-fix-commit to formally request review from a code-reviewer agent before merging.finishing-a-development-branch— use after review-fix-commit to merge the branch with proper merge discipline.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ImL1s
- Source: ImL1s/flutter-claude-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.