返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
f

firm-delivery-export

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
297
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

firm-delivery-export

# firm-delivery-export Converts firm workflow output into **real deliverables** in team tooling. ## Supported formats | Format | Target | Required env | |---|---|---| | `github_pr` | GitHub repository PR | `GITHUB_TOKEN` | | `jira_ticket` | Jira issue | `JIRA_API_TOKEN` + `JIRA_BASE_URL` | | `linear_issue` | Linear issue | `LINEAR_API_KEY` | | `markdown_report` | Local file / chat | none | | `structured_document` | Markdown with frontmatter | none | | `project_brief` | Structured PDF-ready doc | none | | `slack_digest` | Slack message via webhook | `SLACK_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 ```json { "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 ```json { "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 | Error | Behavior | |---|---| | API rate limit | Retry with exponential backoff (3 attempts, max 30s) | | Auth failure | Fail fast, output error to session, never retry | | Network timeout | Fallback to `markdown_report` format locally | | Invalid schema | Reject 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`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 firm-delivery-export-1776288664 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 firm-delivery-export-1776288664 技能

通过命令行安装

skillhub install firm-delivery-export-1776288664

下载

⬇ 下载 firm-delivery-export v1.0.0(免费)

文件大小: 2.37 KB | 发布时间: 2026-4-16 16:00

v1.0.0 最新 2026-4-16 16:00
firm-delivery-export 1.0.0 — initial release:

- Converts structured JSON workflow output into real deliverables: GitHub PRs, Jira or Linear tickets, Markdown reports, project briefs, and structured documents.
- Acts as a bridge between agent output and team tooling for final delivery.
- Supports error handling for API rate limits, auth failures, network issues, and schema validation.
- Requires environment variables for relevant targets (e.g., GITHUB_TOKEN for GitHub, JIRA_API_TOKEN for Jira, LINEAR_API_KEY for Linear).
- All output to GitHub is created as draft PRs with "needs-review" labels to enforce human review.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部