# Review Fix Commit

> Review all changed files, fix issues found, run tests, then commit. Use when finishing a feature or bugfix and want a clean commit.

- **Type:** Skill
- **Install:** `agentstack add skill-iml1s-flutter-claude-skills-review-fix-commit`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ImL1s](https://agentstack.voostack.com/s/iml1s)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ImL1s](https://github.com/ImL1s)
- **Source:** https://github.com/ImL1s/flutter-claude-skills/tree/main/skills/review-fix-commit

## Install

```sh
agentstack add skill-iml1s-flutter-claude-skills-review-fix-commit
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Review-Fix-Commit Skill

一站式 code review → 修復 → 測試 → commit 流程。

## 流程

1. **Review 所有變更檔案**
   - `git diff` 看 staged + unstaged 變更
   - 檢查每個檔案的：dead code、命名不一致、config 問題、安全漏洞、型別錯誤
   - 同時檢查前端和後端的變更
2. **修復發現的問題**
   - Critical issues 直接修
   - Minor issues 也一併修（命名、格式、dead code）
   - 不要做超出 review 範圍的重構
3. **跑完整測試**
   - 執行專案的 test suite
   - 如果測試失敗，先確認 mock 是否與實作一致
   - 修復測試問題後重跑
4. **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](https://github.com/ImL1s)
- **Source:** [ImL1s/flutter-claude-skills](https://github.com/ImL1s/flutter-claude-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-iml1s-flutter-claude-skills-review-fix-commit
- Seller: https://agentstack.voostack.com/s/iml1s
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
