Before executing any workflow, load all four shared references:
Scope Detection
File Inclusion Policy
Safety Rules
Conventional Types
Intent routing
Based on the user's request, load exactly one workflow doc:
User intent
Load
Commit work, save changes, stage and commit
docs/commit.md
Create a branch, start a feature branch
docs/branch.md
Create/open/draft a PR, submit the current work
docs/pr.md
When intent is ambiguous, prefer the more complete workflow. If the user says "commit and open a
PR", load docs/pr.md — it covers the full lifecycle including commit and branch.
1---2name: j-d-ha-minimal-lambda-git-workflow3description: Git Workflow4---56# Git Workflow78Use this skill whenever the user asks to:910- commit these changes11- create a commit12- save my work13- stage and commit14- commit current work15- create a branch16- start a feature branch17- make a branch for this work18- start working on a change19- create a PR20- open a PR21- draft a PR22- prepare a pull request23- commit and open a PR24- create a branch and PR25- submit the current work2627______________________________________________________________________2829## Shared references3031Before executing any workflow, load all four shared references:3233- [Scope Detection](shared/scope-detection.md)34- [File Inclusion Policy](shared/file-inclusion-policy.md)35- [Safety Rules](shared/safety-rules.md)36- [Conventional Types](shared/conventional-types.md)3738______________________________________________________________________3940## Intent routing4142Based on the user's request, load exactly one workflow doc:4344| User intent | Load |45|-------------------------------------------------|----------------------------------|46| Commit work, save changes, stage and commit | [docs/commit.md](docs/commit.md) |47| Create a branch, start a feature branch | [docs/branch.md](docs/branch.md) |48| Create/open/draft a PR, submit the current work | [docs/pr.md](docs/pr.md) |4950When intent is ambiguous, prefer the more complete workflow. If the user says "commit and open a51PR", load `docs/pr.md` — it covers the full lifecycle including commit and branch.5253---54> Source: [j-d-ha/minimal-lambda](https://github.com/j-d-ha/minimal-lambda) — distributed by [TomeVault](https://tomevault.io).55<!-- tomevault:4.0:skill_md:2026-05-22 -->
Run npx skillmds@latest add tomevault-io/j-d-ha-minimal-lambda-git-workflow 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.