git-pr-workflows-git-workflow
Orchestrate Git and Pull Request Workflows
Complex Git changes can reach review without consistent testing, commit structure, or deployment checks. This skill organizes review, validation, commits, branches, and pull request preparation.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "git-pr-workflows-git-workflow" from https://skillstore.io/skills/sickn33-git-pr-workflows-git-workflow.md and its manifest at https://skillstore.io/api/skills/sickn33-git-pr-workflows-git-workflow/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.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-pr-workflows-git-workflow". Review a payment retry change before opening a pull request.
Expected outcome:
- Review summary: one high-risk duplicate-charge path requires resolution.
- Testing: unit coverage exists, but an integration test for repeated timeouts is missing.
- Recommendation: block the pull request until retry idempotency and integration coverage are verified.
Using "git-pr-workflows-git-workflow". Plan commits for an authentication timeout fix and related tests.
Expected outcome:
- Recommended structure: one fix commit for timeout handling and one test commit for regression coverage.
- Primary scope: authentication.
- Breaking change: none identified from the supplied change summary.
Using "git-pr-workflows-git-workflow". Prepare a draft pull request summary for a database migration.
Expected outcome:
- Summary: adds the migration and preserves compatibility during deployment.
- Validation: migration tests pass, while rollback timing still needs staging verification.
- Deployment note: apply the migration before enabling dependent application behavior.
Security Audit
Medium RiskAll 11 static findings are false positives caused by Markdown inline code around flags, a file path, a documented command, and a naming pattern. No prompt injection, reconnaissance, or executable Ruby or shell backtick behavior appears in SKILL.md. A medium-risk concern remains because the workflow can lead agents toward remote repository mutations without a mandatory confirmation gate.
Confirmed security concerns (1)
Risk Factors
⚙️ External commands (10)
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-pr-workflows-git-workflow/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-git-pr-workflows-git-workflow?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-git-pr-workflows-git-workflow?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-git-pr-workflows-git-workflow/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-git-pr-workflows-git-workflow.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-pr-workflows-git-workflow security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-git-pr-workflows-git-workflow/audits/5BibTeX citation
@techreport{sickn33-sickn33-git-pr-workflows-git-workflow-2026,
author = {sickn33},
title = {git-pr-workflows-git-workflow security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-git-pr-workflows-git-workflow/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-pr-workflows-git-workflow 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-pr-workflows-git-workflow/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-git-pr-workflows-git-workflow:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prepare a Feature Pull Request
A software developer uses staged reviews, tests, commit guidance, and branch checks before opening a pull request.
Standardize Repository Reviews
A repository maintainer applies consistent quality, security, compatibility, and reviewer checks across incoming changes.
Assess Release Readiness
A release engineer combines test results, breaking-change analysis, branch policy, and rollback planning before merge.
Try These Prompts
Review my uncommitted changes for a pull request targeting [branch]. Identify quality issues, missing tests, and breaking changes. Do not modify files or push.
Prepare a Conventional Commit plan for [change summary]. Recommend atomic commits, scopes, subjects, and any breaking-change footer after reviewing the current diff.
Run the staged validation workflow for [target branch]. Review changes, execute available tests, report coverage gaps, verify branch readiness, and stop before remote actions.
Prepare a draft pull request for [change]. Include review findings, test evidence, migration needs, deployment notes, rollback steps, labels, and reviewer recommendations. Request approval before any remote action.
Best Practices
- Confirm the target branch, repository policies, and remote action permissions before starting.
- Resolve critical and high-severity findings before creating commits or pull requests.
- Preserve test evidence, breaking-change notes, and rollback details in the pull request.
Avoid
- Do not skip tests without documenting the reason and residual risk.
- Do not push, rewrite history, enable auto-merge, or modify remote metadata without explicit approval.
- Do not claim coverage, CI readiness, or branch protection compliance without verified results.
Frequently Asked Questions
Does this skill create pull requests automatically?
Which development strategies does it support?
Does it execute tests?
Can it generate commit messages?
Does the skill modify repository files?
Is the referenced implementation playbook 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-pr-workflows-git-workflowRef
88a8e9a07f4c54ab105c1c41b6267c287146b07b
Maintenance freshness
7/26/2026
Usage
11 downloads · 111 views
File structure
📄 SKILL.md