用自然语言自动化 Shortcut 项目管理流程,创建故事、跟踪史诗并整理任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "Shortcut Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/shortcut-automation/SKILL.md 2. 保存为 ~/.claude/skills/shortcut-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请在 Shortcut 中为下周移动端迭代创建 5 个故事,分别涵盖登录优化、消息推送、崩溃修复、性能监控和设置页改版,并统一添加标签“mobile-sprint”。
在 Shortcut 中生成 5 条对应故事,并附带统一标签,便于团队排期。
帮我检查 Shortcut 里“Q3 onboarding overhaul”史诗下的所有故事,把已完成但未关闭的任务标记为已关闭,并列出仍在阻塞中的项目。
更新符合条件的任务状态,并输出一份阻塞项目清单。
在 Shortcut 中创建一个名为“客户反馈改进计划”的史诗,并新建 3 个相关故事:收集高频问题、优化帮助中心、设计回访流程。
生成一个新史诗及其下的 3 个关联故事,方便后续分工推进。
Automate your Shortcut project management operations directly from Claude Code. Create and list stories, add tasks and comments, batch-create stories, and navigate workflows -- all without leaving your terminal.
Toolkit docs: composio.dev/toolkits/shortcut
https://rube.app/mcpAdd new stories to your Shortcut workspace with full configuration.
Tool: SHORTCUT_CREATE_STORY
Create a feature story called "Add dark mode support" in workflow state 500000001 with estimate 5 and label "frontend"
Key parameters for SHORTCUT_CREATE_STORY:
name (required) -- the story titleworkflow_state_id -- the workflow state to place the story in (recommended over )project_idstory_type -- "feature", "bug", or "chore"description -- story body/descriptionestimate -- numeric point estimate (or null for unestimated)epic_id -- associate with an epiciteration_id -- associate with an iterationlabels -- array of label objects with name (and optional color, description)owner_ids -- array of member UUIDs to assigndeadline -- due date in ISO 8601 formattasks -- inline task array with description and optional complete, owner_idscomments -- inline comment array with textstory_links -- link stories with verb ("blocks", "duplicates", "relates to")Important: Either workflow_state_id or project_id must be provided, but not both. workflow_state_id is recommended as Projects are being sunset in Shortcut.
Create multiple stories in a single API call.
Tool: SHORTCUT_CREATE_MULTIPLE_STORIES
Create 3 bug stories: "Login page 500 error", "Cart total rounding issue", and "Search results empty state broken"
stories array where each element follows the same schema as SHORTCUT_CREATE_STORYnameRetrieve all stories within a specific project.
Tool: SHORTCUT_LIST_STORIES
List all stories in project 42 with their descriptions
project__public__id (integer project ID)includes_description: true to include story descriptions in the responseCreate tasks (checklists) within stories for tracking sub-work.
Tool: SHORTCUT_CREATE_TASK
Add a task "Write unit tests for dark mode toggle" to story 12345
Key parameters:
story__public__id (required) -- the parent story IDdescription (required) -- the task descriptioncomplete -- boolean, defaults to falseowner_ids -- array of member UUIDs to assign the taskexternal_id -- ID from an external tool if importedPost comments on stories for discussion and documentation.
Tool: SHORTCUT_CREATE_STORY_COMMENT
Add a comment to story 12345: "Reviewed the implementation -- looks good, but needs accessibility testing"
Key parameters:
story__public__id (required) -- the story IDtext (required) -- the comment bodyauthor_id -- member UUID (defaults to API token owner)parent_id -- ID of parent comment for threaded repliesList workflows and projects to resolve IDs for story creation.
Tools: SHORTCUT_LIST_WORKFLOWS, SHORTCUT_LIST_PROJECTS
Show me all workflows in our Shortcut workspace so I can find the right workflow state ID
…
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动处理 Short Menu 的查询、更新与流程操作。