agentsclimarketplace

Git revert recovery

Skill planifest/planifest-framework/planifest-framework/external-skills/git-revert-recovery

A specification framework for agentic development. Agents build from complete specs - not guesses.

Install
npx -y skills add planifest/planifest-framework --skill git-revert-recovery

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Recover safely from problematic merges or commits using explicit revert strategy and validation. Use when a bad commit/merge has landed and rollback intent plus blast radius must be controlled; do not use for CI workflow design or application behavior implementation.

SKILL.md

2.1 KB, 352 tokens by cl100k_base, as published. Nobody here has run it

Git Revert Recovery

Overview

Use this skill to restore stability quickly on shared branches without destructive history rewrite.

Scope Boundaries

  • Use this skill when the task matches the trigger condition described in description.
  • Do not use this skill when the primary task falls outside this skill's domain.

Shared References

  • Revert scope selection guidance:
    • references/revert-scope-selection.md

Templates And Assets

  • Revert runbook template:
    • assets/revert-execution-runbook-template.md
  • Revert communication template:
    • assets/revert-communication-template.md

Inputs To Gather

  • Problematic commit/merge identifiers.
  • Blast radius, urgency, and rollback success criteria.
  • Verification scope for critical user paths.
  • Communication and ownership requirements.

Deliverables

  • Revert execution runbook and results.
  • Validation evidence for recovered state.
  • Impact communication and follow-up action ownership.

Workflow

  1. Define revert target and expected recovered behavior.
  2. Choose scope via references/revert-scope-selection.md.
  3. Execute and track steps in assets/revert-execution-runbook-template.md.
  4. Validate critical/regression-prone flows.
  5. Communicate impact using assets/revert-communication-template.md.

Quality Standard

  • Revert scope is minimal but sufficient for stability recovery.
  • Recovery validation covers critical user/business paths.
  • Communication includes impact, owner, and follow-up timeline.
  • Permanent fix path is recorded separately from emergency rollback.

Failure Conditions

  • Stop when revert target/scope is ambiguous.
  • Stop when rollback cannot be validated against expected stable behavior.
  • Escalate when revert does not restore stability within required window.

What ships with it: 1 file

11.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.