Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Post-processing skill for firm-orchestration: converts the structured JSON output of a multi-agent workflow run into real deliverables — GitHub Pull Requests...
Post-processing skill for firm-orchestration: converts the structured JSON output of a multi-agent workflow run into real deliverables — GitHub Pull Requests...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Converts firm workflow output into real deliverables in team tooling.
FormatTargetRequired envgithub_prGitHub repository PRGITHUB_TOKENjira_ticketJira issueJIRA_API_TOKEN + JIRA_BASE_URLlinear_issueLinear issueLINEAR_API_KEYmarkdown_reportLocal file / chatnonestructured_documentMarkdown with frontmatternoneproject_briefStructured PDF-ready docnoneslack_digestSlack message via webhookSLACK_WEBHOOK_URL
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"]
{ "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"] }
{ "format": "jira_ticket", "project": "ENG", "issue_type": "Story", "summary": "...", "description": "{merged_output}", "priority": "Medium", "labels": ["ai-generated"], "components": [] }
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)
ErrorBehaviorAPI rate limitRetry with exponential backoff (3 attempts, max 30s)Auth failureFail fast, output error to session, never retryNetwork timeoutFallback to markdown_report format locallyInvalid schemaReject with validation error listing missing fields
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
Si ce skill vous est utile, vous pouvez soutenir le développement : Dogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.