← ClaudeAtlas

finishlisted

Use when finishing a Devflow Native task from Codex; records evidence, checks documentation impact, respects Codex goal state, and asks the maintainer for commit/PR/continue direction.
Sungblab/devflow-native · ★ 7 · AI & Automation · score 78
Install: claude install-skill Sungblab/devflow-native
# Devflow Finish Use this skill before claiming implementation work is done in a devflow-managed repository. ## Steps 1. Inspect the current changed files and latest `devflow status --json` output. If the executable is not installed yet, run `node packages/cli/src/index.js status --json` from this repository. 2. Perform prompt intent analysis. State how the maintainer's natural-language request was interpreted, which missing requirements were inferred, and whether examples indicated a broader category. 3. Decide whether documentation needs an update. Update docs, skills, maps, or examples before finishing when product behavior, workflow policy, plugin behavior, or repeated agent rules changed. 4. If Codex goal support is available, inspect the active Codex goal and verify completion against the goal objective before claiming the work is complete. 5. Run the relevant gates. Never mark a gate as passed unless command output was observed. 6. If review is required or the work should get a second agent pass, run `devflow review request --work <id> --target <codex|claude-code|reviewer> --persona strict-reviewer` and hand that prompt to the reviewer. After the reviewer responds, record the outcome with `devflow review record --work <id> --reviewer <name> --status <passed|changes-requested> --summary <text>`. 7. Prefer gh CLI (`gh`) for GitHub PR operations. Use connector tools only when `gh` is unavailable, unauthenticated, or explicitly