← 返回
开发者工具 Key 中文

Firm Delivery Export

Post-processing skill for firm-orchestration: converts the structured JSON output of a multi-agent workflow run into real deliverables — GitHub Pull Requests...
后处理技能,用于企业编排:将多智能体工作流运行的结构化JSON输出转换为GitHub拉取请求等实际交付物
romainsantoli-web
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 581
下载
💾 6
安装
1
版本
#latest

概述

firm-delivery-export

Converts firm workflow output into real deliverables in team tooling.

Supported formats

FormatTargetRequired env
---------
github_prGitHub repository PRGITHUB_TOKEN
jira_ticketJira issueJIRA_API_TOKEN + JIRA_BASE_URL
linear_issueLinear issueLINEAR_API_KEY
markdown_reportLocal file / chatnone
structured_documentMarkdown with frontmatternone
project_briefStructured PDF-ready docnone
slack_digestSlack message via webhookSLACK_WEBHOOK_URL

Usage (after firm-orchestration run)

Use firm-delivery-export to publish last workflow result as a GitHub PR:
  repo: "myorg/myrepo"
  branch: "ai/sprint-24-plan"
  title: "feat: Sprint 24 plan (AI-generated, human review pending)"
  reviewers: ["@john", "@sarah"]

GitHub PR output schema

{
  "format": "github_pr",
  "repo": "org/repo",
  "branch": "ai/{kebab-objective}",
  "base": "main",
  "title": "...",
  "body": "## AI-generated delivery\n\n{merged_output}\n\n---\n_Generated by firm-orchestration_",
  "draft": true,
  "reviewers": [],
  "labels": ["ai-generated", "needs-review"]
}

Jira ticket output schema

{
  "format": "jira_ticket",
  "project": "ENG",
  "issue_type": "Story",
  "summary": "...",
  "description": "{merged_output}",
  "priority": "Medium",
  "labels": ["ai-generated"],
  "components": []
}

Security notes

  • GITHUB_TOKEN must have repo scope — use fine-grained tokens scoped to target repo
  • All PRs are created as drafts by default (draft: true) — never auto-merged
  • Human review is mandatory: a needs-review label is applied unconditionally
  • JIRA_API_TOKEN is never logged (masked in audit trail)
  • Slack webhook URLs are treated as secrets (masked in JSONL audit)

Error handling

ErrorBehavior
------
API rate limitRetry with exponential backoff (3 attempts, max 30s)
Auth failureFail fast, output error to session, never retry
Network timeoutFallback to markdown_report format locally
Invalid schemaReject with validation error listing missing fields

Example with delivery pipeline

1. Run firm-orchestration:
   objective: "Document the payment service API"
   departments: ["engineering", "operations"]
   delivery_format: "github_pr"

2. Run firm-delivery-export automatically:
   → Creates draft PR "docs: Payment service API documentation"
   → Branch: ai/document-payment-service-api
   → Labels: ai-generated, needs-review, documentation
   → Assigns to @team-engineering for review

💎 Support

Si ce skill vous est utile, vous pouvez soutenir le développement :

Dogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 05:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,924
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,513
security-compliance

Firm Legal Pack

romainsantoli-web
专为律所、法务部及合规团队精心策划的技能包。通过法律、合规、隐私及合同智能体激活企业金字塔……
★ 0 📥 1,109