From arcgentic
Use only after an arcgentic round has an external audit PASS and state.yaml is in passed. Anchors the verdict, runs strict audit-check, transitions passed to closed, and records the last passed round without writing an external audit verdict.
How this skill is triggered — by the user, by Claude, or both
Slash command
/arcgentic:close-roundThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Closes an arcgentic round after external audit PASS. This is an orchestrator-owned
Closes an arcgentic round after external audit PASS. This is an orchestrator-owned closeout seam, not a developer or auditor task.
.agentic-rounds/state.yaml has current_round.state: passed.current_round.audit_verdict.outcome is PASS.current_round.audit_verdict.commit is set to the audit commit.arcgentic verdict-completeness <verdict.md>arcgentic audit-check <verdict.md> --strict --strict-extendedarcgentic close-round \
--state-file .agentic-rounds/state.yaml \
--verdict <docs/audits/round-verdict.md> \
--audit-commit <audit-commit-sha>
current_round.state becomes closed.current_round.state_history gains a closed entry.last_passed_round records round id, audit commit, verdict doc, and close time.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub arch1esun/arcgentic --plugin arcgentic