
from awesome-omni-skills18
Git-aware revert workflow for reverting tracks, phases, or tasks while preserving provenance and upstream workflow; includes safety checks and an execution plan
Provides a verified, provenance-preserving revert workflow for codebases organized into 'tracks' and 'tasks'. The skill discovers commits for a target (task/phase/track), builds an explicit revert execution plan (commits to revert, files affected), enforces pre-flight checks (clean git state, no rebase/merge, provenance review), and requires explicit confirmation before making any changes. It emphasizes safety: never force-push, never auto-resolve conflicts, and halt on any unexpected condition.
Use when you need to undo work by logical unit (single task, phase, or entire track) and must preserve upstream provenance and support files. Ideal for repository maintainers, reviewers, or operators who need auditable revert operations with clear verification steps. Do NOT use for generic undo tasks where provenance or safety controls are unnecessary.
{}
This skill has not been reviewed by our automated audit pipeline yet.
Azure Identity SDK (TypeScript) v2
Authenticate to Azure services from TypeScript using DefaultAzureCredential, Managed Identity, service principals, and credential chains with provenance-preserv
Security Threat Model (Repository-grounded)
Generate an evidence-backed, repository-specific threat model that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and prioritized miti
Context Restoration — Code Refactoring
Workflow and best practices for restoring and preserving project context during code refactoring, with provenance and selective file restoration.
HelpDesk Automation (Rube MCP)
Automate HelpDesk workflows via Rube MCP (Composio): list and paginate tickets, manage views, use canned responses, and inspect custom fields while preserving u
Azure Event Hubs (Rust) — Workflow
Run and review Azure Event Hubs workflows in Rust: send/receive events, batch sends, partitioned consumption and checkpointing with preserved provenance.