npx skills add https://github.com/lobehub/lobehub --skill prcanary(开发分支,云端生产环境)main 是发布分支 — 切勿直接向 main 分支提交 PRgit branch --show-current — 当前分支名称git status --short — 未提交的更改git rev-parse --abbrev-ref @{u} 2>/dev/null — 远程跟踪状态git log --oneline origin/canary..HEAD — 未推送的提交gh pr list --head "$(git branch --show-current)" --json number,title,state,url — 现有的 PR广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
git diff --stat --stat-count=20 origin/canary..HEAD — 更改摘要如果当前分支是 canary(或 main)并且存在未提交的更改:
git diff) 以了解更改内容<类型>/<简短描述>(例如 fix/i18n-cjk-spacing)git checkout -b <分支名称>git add <文件>(优先使用显式文件路径,而非 git add .)如果当前分支是 canary/main 但没有未提交的更改和未推送的提交,则中止 — 没有内容可创建 PR。
git push -u origin $(git branch --show-current)git push origin $(git branch --show-current)gh issue list --search "<关键词>" --state all --limit 10gh pr create --base canary 创建 PR<gitmoji> <类型>(<范围>): <描述>.github/PULL_REQUEST_TEMPLATE.md),填写复选框Fixes #123, Closes #123)Fixes LOBE-xxx)gh pr view --web
使用 .github/PULL_REQUEST_TEMPLATE.md 作为正文结构。关键部分:
每周安装量
127
仓库
GitHub 星标数
74.1K
首次出现
2026年2月26日
安全审计
安装于
codex127
kimi-cli126
gemini-cli126
amp126
github-copilot126
opencode126
canary (development branch, cloud production)main is the release branch — never PR directly to maingit branch --show-current — current branch namegit status --short — uncommitted changesgit rev-parse --abbrev-ref @{u} 2>/dev/null — remote tracking statusgit log --oneline origin/canary..HEAD — unpushed commitsgh pr list --head "$(git branch --show-current)" --json number,title,state,url — existing PRgit diff --stat --stat-count=20 origin/canary..HEAD — change summaryIf current branch is canary (or main) AND there are uncommitted changes:
git diff) to understand the changes<type>/<short-description> (e.g. fix/i18n-cjk-spacing)git checkout -b <branch-name>git add <files> (prefer explicit file paths over git add .)If current branch is canary/main but there are NO uncommitted changes and no unpushed commits, abort — nothing to create a PR for.
git push -u origin $(git branch --show-current)git push origin $(git branch --show-current)gh issue list --search "<keywords>" --state all --limit 10gh pr create --base canary<gitmoji> <type>(<scope>): <description>.github/PULL_REQUEST_TEMPLATE.md), fill checkboxesFixes #123, Closes #123)Fixes LOBE-xxx)gh pr view --web
Use .github/PULL_REQUEST_TEMPLATE.md as the body structure. Key sections:
Weekly Installs
127
Repository
GitHub Stars
74.1K
First Seen
Feb 26, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex127
kimi-cli126
gemini-cli126
amp126
github-copilot126
opencode126
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
116,600 周安装
提示词工程师技能指南:设计、优化与评估AI提示词的最佳实践
1,200 周安装
微服务架构师指南:云原生架构、弹性模式与卓越运维实践
1,300 周安装
小红书图片生成技能 - Markdown/HTML转精美小红书3:4截图,AI自动生成封面图
1,200 周安装
Vue.js Options API 最佳实践与 TypeScript 集成指南 - 解决常见开发问题
1,200 周安装
Nuxt SEO 模块:一站式 SEO 优化方案,轻松配置站点、生成站点地图和结构化数据
1,200 周安装
2025/2026移动优先响应式设计指南:Tailwind CSS流体排版与断点策略
1,300 周安装