autonomous-ci
Verify CI Before Completion
Agents can report work as done before local tests and CI prove it. This skill defines a verification workflow that checks tests, GitHub Actions, failures, and final evidence.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "autonomous-ci" from https://skillstore.io/skills/ancplua-autonomous-ci.md and its manifest at https://skillstore.io/api/skills/ancplua-autonomous-ci/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "autonomous-ci". Verify the latest bug fix before I open a pull request.
Expected outcome:
Local tests passed. GitHub Actions completed successfully for build, test, and lint. The response includes workflow links and the verified commit.
Using "autonomous-ci". CI failed after my push. Find out why.
Expected outcome:
The failed workflow log points to a test assertion in the payment module. The report names the failing check and recommends the next fix.
Using "autonomous-ci". Can we call this task complete?
Expected outcome:
Not yet. Local tests passed, but one remote workflow is still running. Completion should wait for the final CI result.
Security Audit
High RiskSeveral Markdown fence detections are false positives, but the skill intentionally directs agents to run local build and test commands, use GitHub CLI, and collect CI results. The highest risk is the mandatory commit-and-push workflow, which can mutate local and remote repository state without a separate consent gate. No credential exfiltration endpoint or explicit prompt injection to bypass security review was found.
Confirmed security concerns (2)
Capability review items (18)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (25)
🌐 Network access (3)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/ancplua-autonomous-ci/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ancplua-autonomous-ci?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ancplua-autonomous-ci?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ancplua-autonomous-ci/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ancplua-autonomous-ci.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
ANcpLua. (2026). autonomous-ci security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/ancplua-autonomous-ci/audits/8BibTeX citation
@techreport{ancplua-ancplua-autonomous-ci-2026,
author = {ANcpLua},
title = {autonomous-ci security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/ancplua-autonomous-ci/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "autonomous-ci security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "ANcpLua"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/ancplua-autonomous-ci/audits/8"
identifiers:
- type: other
value: "skillstore:ancplua-autonomous-ci:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Verify a code fix before handoff
Run local tests, monitor GitHub Actions, and report completion only after evidence is available.
Gate pull request readiness
Check that build, test, and lint workflows pass before asking for review or merging work.
Investigate CI failures
Download failed workflow logs, identify likely causes, apply fixes, and repeat the verification loop.
Try These Prompts
Use the autonomous CI workflow for my latest change. Run local verification, then summarize what passed and what still needs attention.
Verify this branch with local tests and GitHub Actions. Ask before any commit or push, and include workflow links in the result.
Use the CI failure protocol. Inspect failed workflow logs, explain the likely root cause, fix it, and rerun local verification before reporting status.
Apply the full verification gate for this release branch. Confirm local tests, all required workflows, failure evidence, and final completion evidence.
Best Practices
- Ask for explicit permission before staging, committing, or pushing changes.
- Run the smallest useful local verification first, then confirm all required remote workflows.
- Include concrete evidence such as test counts, workflow names, conclusions, links, and commit identifiers.
Avoid
- Do not claim success based only on confidence or local reasoning.
- Do not ignore a failed or still-running CI workflow.
- Do not push code automatically when the user only asked for analysis or review.