Agent skill

git-workflow

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

Stars 232
Forks 15

Install this agent skill to your Project

npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/doyajin174/git-workflow

Metadata

Additional technical details for this skill

author
antigravity-team
version
2.0

SKILL.md

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

완료 선언 전 필수 체크

bash
# 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

bash
# 1. 변경사항 스테이징
git add <files>

# 2. 커밋 (규격 준수)
git commit -m "feat(scope): description"

# 3. 푸시 전 검증
npm test && npm run lint

# 4. 푸시
git push

Checklist

  • 커밋 메시지 규격 준수
  • 테스트 통과
  • 린트 통과
  • 빌드 성공

Expand your agent's capabilities with these related and highly-rated skills.

aiskillstore/marketplace

perigon-backend

Perigon ASP.NET Core + EF Core + Aspire conventions

232 15
Explore
aiskillstore/marketplace

perigon-agent

Pointers for Copilot/agents to apply Perigon conventions

232 15
Explore
aiskillstore/marketplace

perigon-angular

Angular 21+ standalone/Material/signal conventions for Perigon WebApp

232 15
Explore
aiskillstore/marketplace

fastapi-mastery

Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.

232 15
Explore
aiskillstore/marketplace

context7-efficient

Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.

232 15
Explore
aiskillstore/marketplace

browser-use

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.

232 15
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results