commit-and-push

Run pnpm lint/type-check and create Korean Conventional Commits for fos-blog.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jon890/fos-blog --skill commit-and-push-jon890
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-and-push
Source: https://github.com/jon890/fos-blog/tree/main/.claude/skills/commit-and-push
Command: npx skills add https://github.com/jon890/fos-blog --skill commit-and-push-jon890

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standard workflow for safely committing, pushing, and creating PRs in fos-blog. ALWAYS use this skill when the user says "커밋", "푸시", "올려줘", "반영해줘", "PR 만들어줘", "PR 생성", "작업 저장", "commit", "push", "save work", or any git workflow request — even if they don't mention all three steps. Enforces pnpm lint/type-check, Conventional Commits in Korean, and guides through commit → push → PR as a single unified flow.

Core Features & Use Cases

  • Enforces pnpm lint/type-check gates
  • Applies Conventional Commits in Korean
  • Guides through commit → push → PR as a unified flow
  • Safety checks to prevent committing secrets and large artifacts
  • Supports batch approval mode for faster throughput

Quick Start

Tell me the target files to commit and I will execute the full commit → push → PR flow with lint and type-check checks.

Frequently Asked Questions about commit-and-push

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git commit, push, and pull request creation in one workflow?

You can automate the full git commit, push, and pull request workflow together. This skill coordinates the entire lifecycle as a unified flow, applying safety gates and lint checks before pushing your changes.

Can I enforce pnpm lint and type-check before pushing a git commit?

Yes, you can enforce pnpm lint and type-check before pushing. The workflow applies these safety gates automatically to ensure code quality standards are met prior to committing and pushing changes.

How do I write Conventional Commits in Korean for my repository?

To write Conventional Commits in Korean, this workflow automatically formats your commit messages according to the specification. It guides you through the commit process while enforcing the Korean conventional commit standard.

How can I prevent committing secrets and large artifacts to git?

You can prevent committing secrets and large artifacts by running safety checks before committing. The workflow includes built-in guards that detect and block unintended artifacts and sensitive data exposure during the git lifecycle.

Does git workflow automation support batch approval for faster throughput?

Git workflow automation supports batch approval mode for faster throughput. This optional mode allows you to streamline the commit, push, and pull request process across multiple files without individual confirmation steps.

What is the best way to handle feature, bugfix, and documentation updates in a unified git flow?

The best way to handle these updates is through a unified git flow that coordinates commit, push, and PR creation. This workflow applies to typical development scenarios including feature, bugfix, and documentation updates with enforced checks.