Use when a batch, installer, migration, fan-out, provider sweep, or multi-resource action can succeed for some targets and fail for others.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add ShugokiFable/Ultimate-AI-Starter-Bundle --skill partial-success-accounting --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Partial Success Accounting?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shugokifable-partial-success-accounting-2ddd7a0f)More formats (shields.io, HTML) on the badges page.
---
name: partial-success-accounting
description: Use when a batch, installer, migration, fan-out, provider sweep, or multi-resource action can succeed for some targets and fail for others.
---
# Partial Success Accounting
## Core rule
A mixed outcome is **partial**, not success and not total failure.
Track per-item **status** using stable identities: succeeded, failed, skipped-by-policy, unavailable, or not attempted. Keep the causal error for every **failure** and do not collapse several errors into the last one observed.
At the end, reconcile counts against the requested target set. Global success requires every required target to satisfy its acceptance state; optional skips must be explicitly allowed by policy.
On retry, operate only on unresolved targets unless repeating successful work is proven idempotent. Never print a single green DONE banner when a required provider, file, check, or artifact is still red.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!