Agent Skillshelblazer811/Diffusion-Explorer › commit-push-deploy

commit-push-deploy

GitHub

自动化执行代码构建、提交、推送及生产环境部署的完整工作流。先构建验证,再经用户确认提交信息后执行Git操作,最后运行脚本将产物部署至线上,确保发布流程高效且安全。

.claude/skills/commit-push-deploy/SKILL.md helblazer811/Diffusion-Explorer

Trigger Scenarios

用户希望一次性完成代码提交和部署 需要自动化执行从构建到生产发布的流水线任务

Install

npx skills add helblazer811/Diffusion-Explorer --skill commit-push-deploy -g -y
More Options

Non-standard path

npx skills add https://github.com/helblazer811/Diffusion-Explorer/tree/main/.claude/skills/commit-push-deploy -g -y

Use without installing

npx skills use helblazer811/Diffusion-Explorer@commit-push-deploy

指定 Agent (Claude Code)

npx skills add helblazer811/Diffusion-Explorer --skill commit-push-deploy -a claude-code -g -y

安装 repo 全部 skill

npx skills add helblazer811/Diffusion-Explorer --all -g -y

预览 repo 内 skill

npx skills add helblazer811/Diffusion-Explorer --list

SKILL.md

Frontmatter
{
    "name": "commit-push-deploy",
    "description": "Commits code changes, pushes to remote, and deploys to production. Use when the user wants to commit, push, and deploy their changes in one workflow."
}

Commit, Push, and Deploy

Instructions

When the user invokes this skill, follow these steps:

1. Build first

Run the build to ensure the code compiles without errors before committing:

cd diffusion-explorer/apps/rectified-flow-explainer && npm run build

If the build fails, stop and report the errors to the user.

2. Stage and review changes

git add -A
git status
git diff --staged

3. Generate commit message and ask for approval

Draft a commit message based on the staged changes. Present the commit message to the user and ask for their approval before proceeding. Use the AskUserQuestion tool to get confirmation.

4. Commit

Once approved, commit with the message:

git commit -m "<approved message>"

5. Push

Push to the remote repository:

git push

6. Deploy

Run the deploy script directly (without rebuilding since we already built in step 1):

cd diffusion-explorer/apps/rectified-flow-explainer && node scripts/deploy.js

This deploys the built files to the production website.

Notes

  • Always build before committing to catch errors early
  • Use node scripts/deploy.js instead of npm run deploy to avoid a redundant rebuild
  • The deploy script clones the main website repo, copies the build, and pushes the changes

Version History

  • 0dcfab9 Current 2026-07-05 20:24

Same Skill Collection

.claude/skills/format-figure/SKILL.md

Metadata

Files
0
Version
b1be980
Hash
0658d933
Indexed
2026-07-05 20:24

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-04 10:30
浙ICP备14020137号-1 $방문자$