TAPD 项目管理和研发管理

当用户需要查询、修改 TAPD 项目中需求、缺陷、任务等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。当用户要求时,通过 send_qiwei_message 发送消息到企业微信。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "TAPD 项目管理和研发管理" with this command: npx skills add truesnow/tapd-skill

质量管理

需求下 bug 跟进

适合角色:研发、测试

场景:

  • 当研发想查看自己开发完成的需求在测试阶段还有多少未解决的 bug 时;
  • 当测试想查看自己负责测试的需求的 bug 解决进度时:产生了多少,修复了多少,还有多少待修复,处理人是谁。

要做什么:

  • 调用 get_releated_bugs 接口,传入需求 ID 参数,获取信息

当天产生/修复 bug 情况

适合角色:研发 leader、测试、项目管理

场景:

  • 看产品质量情况:今天产生了多少 bug 单,修复了多少 bug 单

要做什么:

  • 调用 get_bug 接口查询创建时间是今天的 bug 单
  • 调用 get_bug 接口查询状态为已结束状态,最近修改时间为今天的 bug 单

短线日

适合角色:开发人员、测试、研发 leader

场景:

  • 列出今天待解决的 bug 单及对应处理人

要做什么:

  • 调用 get_bug 接口查询状态为非结束状态,预计结束时间是今天的 bug 单

工作总结

获取更新日志

适合角色:研发 leader、项目管理

场景:这迭代完成了哪些需求,总结归纳,便于发布迭代总结,更新发布日志

要做什么:

  • 调用 get_iterations 接口,获取迭代
  • 调用 get_stories_or_tasks 获取迭代内需求和任务

个人工作总结

适合角色:开发人员

场景:

  • 我今天完成了哪些需求,解决了哪些 bug,还有哪些待办,用于更新日报,或站会时同步

要做什么:

  • 查询我的已办工作:调用 get_stories_or_tasks 查询开发人员是我,最近修改时间是昨天和今天的需求和任务
  • 查询我的待办工作:调用 get_todo 接口查询

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Workspace Trash

Soft-delete protection for workspace files. Intercept file deletions and move them to a recoverable trash instead of permanent removal. Use when deleting, re...

Registry SourceRecently Updated
General

Deploy Public

Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.

Registry SourceRecently Updated
General

Lumi Diary

Your local-first memory guardian and cyber bestie. Lumi collects life fragments — a sigh, a snapshot, a roast — and stitches them into radiant, interactive m...

Registry SourceRecently Updated
General

Diffview

File comparison and diff viewer tool. Compare two files side-by-side, show colored inline diffs, compare directories, find duplicate files, and generate patc...

Registry SourceRecently Updated