원클릭으로
git-commit
Git commit messages and workflow. Use when writing commit messages, creating branches, or discussing PR/rebase/squash workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Git commit messages and workflow. Use when writing commit messages, creating branches, or discussing PR/rebase/squash workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Python virtual environments and dependencies. Use when creating venv, installing packages, running scripts, or fixing path/activation issues.
README and project documentation structure. Use when writing or updating README.md, docs, or project overview.
Environment variables and secrets. Use when handling API keys, .env, .gitignore, or avoiding hardcoded secrets.
TypeScript and React best practices. Use when writing or refactoring .ts/.tsx files, React components, hooks, or type definitions.
Best practices for Remotion - Video creation in React
| name | git-commit |
| description | Git commit messages and workflow. Use when writing commit messages, creating branches, or discussing PR/rebase/squash workflow. |
| metadata | {"tags":"git, commit, conventional commits, pr"} |
<type>(<scope>): <subject>
<body>
<footer>
feat(新功能)、fix(修复)、docs、style、refactor、test、choreintro-video、themefeat(intro): apply Gemini Canvas gradient and IntroOverlaysfix(remotion): resolve tailwindcss resolve error by using inline stylesdocs(readme): add GeminiCanvas composition sectiongit commit/git push 等写操作,除非用户明确要求;可生成建议的 message 供用户复制使用