git

Generate read-only git workflow guidance with Conventional Commits formatting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/plutowang/term.conf --skill git-plutowang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/plutowang/term.conf/tree/main/opencode/skills/global/git
Command: npx skills add https://github.com/plutowang/term.conf --skill git-plutowang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces a strict git workflow to guard against unintended write operations by guiding safe, read-only actions only.

Core Features & Use Cases

  • Enforces Conventional Commits formatting and standard branching to maintain a clean project history.
  • Provides safe recovery workflows for revert and reset operations without performing any write commands.
  • Improves collaboration and auditability by ensuring all commands shown are read-only and easily reviewable before execution.

Quick Start

Use the git skill to generate safe, read-only guidance for a feature branch, including commit formatting checks and recovery steps.

Frequently Asked Questions about git

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce conventional commits and standardized branching in git?▼

To enforce conventional commits and standardized branching in git, this workflow provides read-only command guidance and formatting checks. It ensures commit messages adhere to standards and maintains a clean project history.

What is the safest way to perform git revert and reset recovery operations?▼

The safest way to perform git revert and reset recovery is by using read-only command guidance. This workflow provides recovery procedures that avoid destructive commands, ensuring all actions are easily reviewable before execution.

How do I prevent unintended write operations in a local and remote git repository?▼

You can prevent unintended write operations in a git repository by applying a strict workflow that guides safe, read-only actions only. It guards against destructive commands across local and remote repositories.

Can I use this git workflow for team collaboration and auditability?▼

Yes, you can use this git workflow for team collaboration and auditability. It improves both by ensuring all commands shown are read-only and easily reviewable before execution, enforcing safe recovery and commit formatting.

Does this git workflow execute write commands automatically?▼

No, this git workflow does not execute write commands automatically. It enforces a strict read-only mode to guard against unintended write operations, providing guidance that users must review and execute manually.