# J D Ha Minimal Lambda Git Workflow

> Git Workflow

- Skill: `tomevault-io/j-d-ha-minimal-lambda-git-workflow` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/j-d-ha-minimal-lambda-git-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/j-d-ha-minimal-lambda-git-workflow/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/j-d-ha-minimal-lambda-git-workflow

---


# Git Workflow

Use this skill whenever the user asks to:

- commit these changes
- create a commit
- save my work
- stage and commit
- commit current work
- create a branch
- start a feature branch
- make a branch for this work
- start working on a change
- create a PR
- open a PR
- draft a PR
- prepare a pull request
- commit and open a PR
- create a branch and PR
- submit the current work

______________________________________________________________________

## Shared references

Before executing any workflow, load all four shared references:

- [Scope Detection](shared/scope-detection.md)
- [File Inclusion Policy](shared/file-inclusion-policy.md)
- [Safety Rules](shared/safety-rules.md)
- [Conventional Types](shared/conventional-types.md)

______________________________________________________________________

## 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](docs/commit.md) |
| Create a branch, start a feature branch         | [docs/branch.md](docs/branch.md) |
| Create/open/draft a PR, submit the current work | [docs/pr.md](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.

---
> Source: [j-d-ha/minimal-lambda](https://github.com/j-d-ha/minimal-lambda) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 -->

