Map pin on the git
Use this skill automatically and without exception whenever a git commit is being created or managed, including both direct user requests and automated commits triggered by development workflows or rules. It must be executed during any git lifecycle operations, git commit command execution, repository modifications, or when synchronizing git logs and branch descriptions into markdown documentation. Never skip this skill for any commit-related action.From its SKILL.md
npx -y skills add DovahkiinYuzuko/map-pin-on-the-gitAssembled 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.
SKILL.md
1.5 KB, 210 tokens by cl100k_base, as published. Nobody here has run it
Map-Pin-On-The-Git
Goal
Maintain the Git commit history as the Single Source of Truth (SSOT) and execute the synchronization script to update the documentation.
Instructions
- Always read and follow
references/specification.mdfor detailed functional requirements and formatting rules. - Analyze the staged changes to understand the technical impact.
- Formulate a structured commit message including
Constraint:,Rejected:, andChosen:prefixes, then execute the git commit. - Locate the repository root folder where this
SKILL.mdand thescripts/directory reside, and execute the synchronization script:- Command:
node PATH/to/sync-git-log.js
- Command:
- Verify that the latest log is correctly reflected in
docs/git-descriptions/[branch-name].mdunder the--- START GIT LOG ---delimiter.
Constraints
- Never include sensitive user information or credentials in the commit message.
- Strictly adhere to the rules and template structures defined in
references/specification.md.
What ships with it: 5 files
18.0 KB alongside SKILL.md, 1 of them executable
references/
- specification.md3.2 KB
scripts/
- sync-git-log.jsruns6.2 KB
- .gitignore130 B
- LICENSE1.0 KB
- README.md7.4 KB