一键导入
pull
Pull a sprint from Confluence and import it as local claims.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pull a sprint from Confluence and import it as local claims.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fast pre-flight health check for all Grainulator MCP servers. Pings each server once, reports status in a table, and provides exact fix commands for any that are down. Use before starting any Grainulator session to avoid wasting time on MCP disconnections.
Generate a compiled decision brief from the current sprint's claims.
Generate a presentation deck from the compiled sprint data.
Size-efficient URL fetch with semantic extraction. Use for ad-hoc web research when you want content without the raw HTML overhead.
Corroborate a claim against an external source URL.
Intent router that detects user intent from plain messages and dispatches to the appropriate skill.
| name | pull |
| description | Pull a sprint from Confluence and import it as local claims. |
| tools | ["mcp__wheat__wheat_add-claim","mcp__wheat__wheat_compile","mcp__claude_ai_Atlassian__getConfluencePage","mcp__claude_ai_Atlassian__searchConfluenceUsingCql","mcp__claude_ai_Atlassian__getConfluenceSpaces","Read","Write"] |
The user wants to import a sprint from a Confluence page into the local wheat system.
$ARGUMENTS
Expected: Confluence page URL or page ID, or a search query.
Find the source page using getConfluencePage or searchConfluenceUsingCql.
Parse the page content to extract claims.
Create the local sprint by initializing claims.json in the project root.
Import claims using wheat_add-claim.
Run wheat_compile to validate.
Print result:
Imported from Confluence: <page_title>
Claims imported: <count>
Next steps:
/status -- review imported sprint
/research <topic> -- continue researching locally