From tapd
创建符合 Conventional Commits 规范的 git commit,自动关联 TAPD 代办需求的源码关键字。仅当用户明确请求时使用,例如:"commit"、"提交代码"、"生成 commit message"等。仅处理已暂存的更改,不处理未暂存的文件。
npx claudepluginhub passionzale/programming-book --plugin tapdThis skill uses the workspace's default tool permissions.
创建符合 Conventional Commits 规范的 git commit,自动关联 TAPD 代办需求的源码关键字。
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
创建符合 Conventional Commits 规范的 git commit,自动关联 TAPD 代办需求的源码关键字。
git add 并退出--s <story_id> (number, 可选): TAPD 需求 ID--w <workspace_id> (number, 可选): TAPD 工作空间 IDgit diff --staged --statgit add”并终止git diff --stagedstory_id:直接执行 python3 ${CLAUDE_SKILL_DIR}/scripts/get_scm_copy_keywords.py --s <story_id> 获取关键字。story_id:
python3 ${CLAUDE_SKILL_DIR}/scripts/get_user_todo_story.py --w <workspace_id>(若提供) 获取当前代办列表。story_id。
python3 ${CLAUDE_SKILL_DIR}/scripts/get_scm_copy_keywords.py --s <matched_story_id> --w <matched_workspace_id>。严格按照此格式生成: ():
规则约束:
[feat, fix, docs, style, refactor, perf, test, chore, ci, build, revert] 中选择<type>: <subject>- 开头分点说明“做什么”和“为什么”printf '%s' "<完整提交信息>" | git commit -F -git log -1 --oneline关联 TAPD 关键字:
feat(clue): 商机关闭流程支持附件上传
- 新增关闭状态下的附件上传字段
- 优化 Close 态内容渲染逻辑
- 兼容传统业务与家庭帮场景
--story=1040462@tapd-40888836 --user=壹品慧张磊 客资H5 - 商机关闭新增附件支持上传图片, 包含家庭帮和传统业务 https://www.tapd.cn/40888836/s/2547032
标准提交(无关键字/无明确 scope):
docs: 更新 README 安装说明
- 补充本地环境依赖安装步骤
- 修正 Docker 启动命令示例