.codex/skills/daoflow-github-loop/SKILL.md
Use when working DaoFlow GitHub issues end-to-end with Codex; this compatibility entrypoint loads the repo-local GitHub, validation, and review skills.
npx skillsauth add DaoFlow-dev/DaoFlow daoflow-github-loopInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill as a thin entrypoint for DaoFlow GitHub issue and PR work.
Before acting, load:
AGENTS.md for files you will editUse .agents/workflows/pre-commit.md and .agents/workflows/acpx-review.md only when you need the detailed command reference.
gh as the default interface for GitHub operations from the terminal.main.DaoFlow's reusable workflows now live under .agents/skills/ so they can be invoked independently and validated in CI. Keep this wrapper small and route actual execution to the repo-local skills above.
development
Use when validating DaoFlow changes before commit or push, including format, tests, lint, typecheck, conditional instruction checks, and CI follow-through.
data-ai
Use when changing DaoFlow server schema or persistence flows, including Drizzle schema files, migrations, seed ordering, and database safety rules.
testing
Use when executing DaoFlow GitHub issue or PR work with gh, including issue intake, durable progress comments, status labels, PR updates, and CI follow-through.
tools
Use when changing DaoFlow CLI commands or agent-facing CLI behavior, including contract updates, JSON output, scope enforcement, mutation flags, and authz updates.