# Acpx Review

> Use before DaoFlow commits when running self-review through acpx with Gemini and Claude Code, triaging blocking findings, and revalidating fixes. Use when this capability is needed.

- Skill: `tomevault-io/acpx-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/acpx-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/acpx-review/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/acpx-review

---


# ACPX Review

Use this skill before every significant DaoFlow commit.

## Preconditions

- Local validation is already green or close to green.
- `acpx` is available globally, or use `bunx acpx`.
- Review the current change set unless you intentionally need a specific commit range.

## Commands

Run:

```bash
acpx --approve-reads --timeout 480 gemini exec "Review the current DaoFlow change set for correctness, security, and best practices. Run git status --short, git diff --stat, git diff --cached --stat, git diff, and git diff --cached to inspect changes."
acpx --approve-reads --timeout 480 claude exec "Review the current DaoFlow change set for correctness and security. Run git status --short, git diff --stat, git diff --cached --stat, git diff, and git diff --cached to inspect changes."
```

If `acpx` is not available globally, replace it with `bunx acpx`.

## Review Contract

- Treat correctness, security, safety, auth, and data-loss regressions as blocking.
- Fix blocking findings before commit.
- Re-run relevant validation after substantive fixes.
- Keep a short note of the findings you fixed or explicitly rejected.
- When you need a file-specific review, adapt the prompt to the exact files or diff under discussion.

## Reference

Use [.agents/workflows/acpx-review.md](../../workflows/acpx-review.md) for command variants and flag details.

---
> Source: [DaoFlow-dev/DaoFlow](https://github.com/DaoFlow-dev/DaoFlow) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

