AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Review Fix Commit

skill-iml1s-flutter-claude-skills-review-fix-commit · by ImL1s

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

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-iml1s-flutter-claude-skills-review-fix-commit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-iml1s-flutter-claude-skills-review-fix-commit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Review Fix Commit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Review-Fix-Commit Skill

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

流程

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.