一键导入
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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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 供用户复制使用