agentsclimarketplace

Git workflow

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/doyajin174/git-workflow

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill git-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Complete Git workflow from conventional commits to pre-completion verification. Use for all Git operations including commits, branches, and releases.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.1 KB, as published. Nobody here has run it

Git Workflow

컀밋뢀터 μ™„λ£Œ κ²€μ¦κΉŒμ§€μ˜ Git μ›Œν¬ν”Œλ‘œμš° 톡합 μŠ€ν‚¬μž…λ‹ˆλ‹€.

Conventional Commits

Format

<type>(<scope>): <description>

[optional body]

[optional footer]

Types

Typeμ„€λͺ…μ˜ˆμ‹œ
featμƒˆ κΈ°λŠ₯feat(auth): add JWT login
fix버그 μˆ˜μ •fix(api): handle null response
refactorλ¦¬νŒ©ν† λ§refactor(utils): simplify parser
docsλ¬Έμ„œdocs: update README
testν…ŒμŠ€νŠΈtest(auth): add login tests
chore기타chore: update deps

Breaking Changes

feat(api)!: change response format

BREAKING CHANGE: response.data is now response.result

Pre-Completion Verification

μ™„λ£Œ μ„ μ–Έ μ „ ν•„μˆ˜ 체크

# 1. ν…ŒμŠ€νŠΈ 톡과
npm test

# 2. 린트 톡과
npm run lint

# 3. νƒ€μž… 체크 (TypeScript)
npx tsc --noEmit

# 4. λΉŒλ“œ 성곡
npm run build

Verification Checklist

  • λͺ¨λ“  ν…ŒμŠ€νŠΈ 톡과
  • 린트 μ—λŸ¬ μ—†μŒ
  • νƒ€μž… μ—λŸ¬ μ—†μŒ
  • λΉŒλ“œ 성곡
  • 변경사항 컀밋됨
  • λΆˆν•„μš”ν•œ console.log 제거

Branch Strategy

main ─────────────────────────────
  β”‚
  └─ feature/auth ───○───○───○─┐
                               β”‚
                               └─ merge

Naming

feature/<description>
fix/<issue-number>-<description>
refactor/<description>

Commit Workflow

# 1. 변경사항 μŠ€ν…Œμ΄μ§•
git add <files>

# 2. 컀밋 (규격 μ€€μˆ˜)
git commit -m "feat(scope): description"

# 3. ν‘Έμ‹œ μ „ 검증
npm test && npm run lint

# 4. ν‘Έμ‹œ
git push

Checklist

  • 컀밋 λ©”μ‹œμ§€ 규격 μ€€μˆ˜
  • ν…ŒμŠ€νŠΈ 톡과
  • 린트 톡과
  • λΉŒλ“œ 성곡

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.