conductor-revert
Revert Conductor Work Safely
Git reversions can be hard to scope when work is grouped by tracks, phases, and tasks. This skill guides safe commit discovery, confirmation, git revert execution, and Conductor status updates.
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 "conductor-revert" from https://skillstore.io/skills/sickn33-conductor-revert.md and its manifest at https://skillstore.io/api/skills/sickn33-conductor-revert/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 "conductor-revert". Revert dashboard_20250112 task 2.3.
Expected outcome:
The skill identifies task commits, lists affected files, explains plan status changes, and waits for exact YES before modifying the repository.
Using "conductor-revert". Roll back phase 1 of auth_20250115.
Expected outcome:
- The skill groups matching task commits for the phase.
- It shows which Conductor plan entries will return to pending.
- It stops if conflicts appear and asks for manual resolution.
Using "conductor-revert". Undo a revert that caused problems.
Expected outcome:
The skill explains safer recovery choices first, warns about destructive alternatives, and recommends verification before continuing.
Security Audit
High RiskThe static Ruby backtick alerts are mostly Markdown inline code and fenced examples, not executable Ruby. I confirmed the findings that instruct agents to run git status, git log, git revert, or other git commands, and added semantic findings for unvalidated placeholder input and destructive rollback guidance. No prompt injection text was found in SKILL.md.
Confirmed security concerns (2)
Capability review items (9)
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 (48)
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/sickn33-conductor-revert/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-conductor-revert?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-conductor-revert?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-conductor-revert/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-conductor-revert.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
sickn33. (2026). conductor-revert security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-conductor-revert/audits/4BibTeX citation
@techreport{sickn33-sickn33-conductor-revert-2026,
author = {sickn33},
title = {conductor-revert security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-conductor-revert/audits/4},
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: "conductor-revert security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/sickn33-conductor-revert/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-conductor-revert:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Undo One Completed Task
Identify the commits for a single Conductor task and prepare a scoped revert plan.
Roll Back a Phase
Review all task commits in one phase and reset related plan status after reversal.
Reverse a Full Track
Find every commit for a track and coordinate a full revert with clear warnings.
Try These Prompts
Use conductor-revert for track dashboard_20250112 task 2.3. Show the revert plan and wait for exact YES before any changes.
Use conductor-revert to inspect phase 2 of auth_20250115. List matching commits, affected files, and plan updates before execution.
Use conductor-revert to prepare a full rollback for payments_20250120. Include remote status, pushed commits, and verification steps.
A revert stopped with a merge conflict. Use conductor-revert to summarize completed reverts, conflicted files, and safe next actions.
Best Practices
- Review the full revert plan before approving any repository changes.
- Validate track, phase, and task identifiers before running git commands.
- Run the project test suite and inspect Conductor status after completion.
Avoid
- Approving a revert without checking the affected files and commits.
- Using the undo guidance to discard local work without a backup.
- Running this workflow outside a clean git repository.