Manage the git workflow for this project. Follow these conventions strictly.
Classify the requested workflow, then read only the matching reference file(s).
Routing
User intent
Load
Create branch or commits
reference/branch-and-commit.md
Push committed changes without PR creation
reference/branch-and-commit.md
Create a new PR
reference/pr-creation.md; also load reference/branch-and-commit.md if creating or checking commits
Push follow-up commits to an existing PR
reference/pr-follow-up.md; also load reference/branch-and-commit.md if creating or amending commits
PR was merged or cleanup requested
reference/post-merge-cleanup.md
For "push changes" requests, check whether the current branch already has an
open PR. If it does, use the PR follow-up route; otherwise, use the standalone
push route.
Do not load every reference file by default. Load the smallest set that covers
the user's request.
Always apply
Follow the loaded reference instructions strictly.
If the user's request spans multiple workflow phases, load each corresponding
reference file just before that phase.
1---2name: asizikov-demos-copilot-user-level-statistics-viewer-git-work3description: Git Workflow4---56# Git Workflow78Manage the git workflow for this project. Follow these conventions strictly.9Classify the requested workflow, then read only the matching reference file(s).1011## Routing1213| User intent | Load |14| --- | --- |15| Create branch or commits | `reference/branch-and-commit.md` |16| Push committed changes without PR creation | `reference/branch-and-commit.md` |17| Create a new PR | `reference/pr-creation.md`; also load `reference/branch-and-commit.md` if creating or checking commits |18| Push follow-up commits to an existing PR | `reference/pr-follow-up.md`; also load `reference/branch-and-commit.md` if creating or amending commits |19| PR was merged or cleanup requested | `reference/post-merge-cleanup.md` |2021For "push changes" requests, check whether the current branch already has an22open PR. If it does, use the PR follow-up route; otherwise, use the standalone23push route.2425Do not load every reference file by default. Load the smallest set that covers26the user's request.2728## Always apply2930- Follow the loaded reference instructions strictly.31- If the user's request spans multiple workflow phases, load each corresponding32 reference file just before that phase.3334---35> Source: [asizikov-demos/copilot-user-level-statistics-viewer](https://github.com/asizikov-demos/copilot-user-level-statistics-viewer) — distributed by [TomeVault](https://tomevault.io).36<!-- tomevault:4.0:skill_md:2026-05-22 -->
Run npx skillmds@latest add tomevault-io/asizikov-demos-copilot-user-level-statistics-viewer-git-work in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Git Workflow It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.