Install
$ agentstack add skill-daaa1k-skills-fix-act ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
fix-act (UTILITY SKILL)
USE FOR: saying fix-act, sharing a failed Actions URL, or “fix latest CI failure here.”
DO NOT USE FOR: topics outside Actions/this repo, or a run URL for a different owner/repo than workspace origin without user confirmation.
Preconditions
gh auth status OK; git status --porcelain empty (else stop; user cleans tree).
Run selection
- URL: parse id + repo; if repo ≠
gh repo view --json nameWithOwner -q .nameWithOwner, stop. - No URL: newest
conclusion=failureon default branch (cancelledignored).
Investigate
gh run view --log-failed; map errors to workflows/code. More commands: [REFERENCE.md](REFERENCE.md).
Autonomy
Commit/push without asking only for singular, low-risk fixes (workflow typos, wrong paths, obvious test expectation drift, patterns already used in-repo). Ask first for security, secrets, major upgrades, removing required jobs, or multiple plausible fixes.
Push strategy
If failing run’s headBranch is the default branch → create fix/ci--, push, open PR (cite run URL). Else push directly to that feature branch.
Watch until all checks pass
On the new commit: blocking = failure, timed_out, action_required; OK = success, skipped, neutral; cancelled ≠ done. Wait up to 60 minutes per push; at most 5 remediate cycles per incident; if another workflow fails on the same commit, continue inside those limits.
Safety
Do not print secrets; do not weaken required checks without explicit approval.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: daaa1k
- Source: daaa1k/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.