git-advanced-workflows
Master Advanced Git Workflows
Advanced Git work can rewrite history, lose changes, or disrupt shared branches. This skill provides structured workflows, safety checks, and recovery steps for complex repository tasks.
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 "git-advanced-workflows" from https://skillstore.io/skills/sickn33-git-advanced-workflows.md and its manifest at https://skillstore.io/api/skills/sickn33-git-advanced-workflows/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 "git-advanced-workflows". I have five local commits with two fixups. Help me prepare a clean pull request.
Expected outcome:
- Confirm that the branch is private and create a backup reference.
- Review the commit order and identify each fixup target.
- Use an interactive autosquash plan, run tests, and inspect the final comparison.
- Request confirmation before updating the remote branch.
Using "git-advanced-workflows". A regression appeared after version 2.1. Plan a safe bisect.
Expected outcome:
- Verify one known good revision and one reproducibly bad revision.
- Define a deterministic pass or fail test.
- Inspect historical test scripts and use an isolated environment before automation.
- Reset the bisect state after recording the first bad commit.
Using "git-advanced-workflows". I deleted a branch and need its last commit.
Expected outcome:
Inspect the reflog without changing repository state, locate the branch tip, create a recovery branch, and verify its contents before cleanup.
Security Audit
High RiskAll 48 static alerts are false positives caused by Markdown formatting, fixed command substitution, or intentional Git worktree paths. Semantic review found real operational risks from destructive resets, remote history rewriting, and test execution across historical revisions. No prompt injection or malicious intent was found.
Confirmed security concerns (3)
Risk Factors
⚙️ External commands (42)
📁 Filesystem access (6)
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-git-advanced-workflows/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-git-advanced-workflows?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-git-advanced-workflows?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-git-advanced-workflows/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-git-advanced-workflows.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). git-advanced-workflows security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-git-advanced-workflows/audits/5BibTeX citation
@techreport{sickn33-sickn33-git-advanced-workflows-2026,
author = {sickn33},
title = {git-advanced-workflows security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-git-advanced-workflows/audits/5},
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: "git-advanced-workflows security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-git-advanced-workflows/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-git-advanced-workflows:audit:5"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
wshobson-git-advanced-workflows
2026-08-21
sickn33-git-advanced-workflows
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Prepare a Reviewable Feature Branch
Create a safe plan to squash fixups, reorder commits, and update a pull request without overwriting collaborators.
Trace a Regression
Plan a manual or isolated automated bisect between known good and bad revisions.
Recover Repository Work
Use reflog evidence to restore commits or branches after a mistaken reset, deletion, or history edit.
Try These Prompts
Review my current Git branch state and explain safe next steps. Start with read-only checks and do not change files or history.
Plan how to clean commits on [feature branch] before merging into [base branch]. Identify shared commits and request confirmation before rewriting history.
Design a bisect between [good revision] and [bad revision]. Explain the test signal and isolate any historical scripts before execution.
Analyze this reflog and repository status: [details]. Propose the least destructive recovery, preserve current work, and include verification and rollback steps.
Best Practices
- Inspect status, recent history, remotes, and branch sharing before changing commits.
- Create a backup reference and define rollback steps before destructive or history-rewriting operations.
- Run tests and compare the resulting branch against its base before pushing.
Avoid
- Do not rebase or force push a shared branch without explicit coordination.
- Do not run historical repository scripts with secrets, broad permissions, or unrestricted network access.
- Do not use hard reset until current changes are reviewed, preserved, or intentionally discarded.
Frequently Asked Questions
Can this skill run Git commands automatically?
Does it support interactive rebase?
Can it recover deleted commits or branches?
Is force-with-lease always safe?
Can it diagnose regressions?
Are the referenced resources included?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/git-advanced-workflowsRef
88a8e9a07f4c54ab105c1c41b6267c287146b07b
Maintenance freshness
7/26/2026
Usage
7 downloads · 118 views
File structure
📄 SKILL.md