@mmerterden/multi-agent-pipeline 11.3.1 → 11.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +1 -1
- package/package.json +1 -1
- package/pipeline/commands/multi-agent/SKILL.md +2 -2
- package/pipeline/commands/multi-agent/{generate → create-jira}/SKILL.md +1 -1
- package/pipeline/commands/multi-agent/help/SKILL.md +6 -6
- package/pipeline/commands/multi-agent/sync/SKILL.md +2 -2
- package/pipeline/multi-agent-refs/cross-cli-contract.md +3 -3
- package/pipeline/multi-agent-refs/generate-issue.md +1 -1
- package/pipeline/scripts/smoke-generate-issue.sh +9 -9
- package/pipeline/skills/.skill-manifest.json +14 -14
- package/pipeline/skills/.skills-index.json +9 -9
- package/pipeline/skills/shared/core/{multi-agent-generate → multi-agent-create-jira}/SKILL.md +2 -2
- package/pipeline/skills/shared/core/multi-agent-help/SKILL.md +2 -2
- package/pipeline/skills/shared/core/multi-agent-sync/SKILL.md +2 -2
- package/pipeline/skills/skills-index.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,21 @@ Internal file-layout changes that don't affect the slash-command surface are sti
|
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
+
## [11.3.2] - 2026-07-10
|
|
18
|
+
|
|
19
|
+
Command rename + website refresh.
|
|
20
|
+
|
|
21
|
+
- **Renamed `/multi-agent:generate` -> `/multi-agent:create-jira`** (Copilot skill
|
|
22
|
+
`multi-agent-generate` -> `multi-agent-create-jira`). The command is the
|
|
23
|
+
consolidated Jira-issue creator that asks the type (Task / Bug / Story); the
|
|
24
|
+
new name says what it does. Command dir, Copilot skill, dispatcher rows, help
|
|
25
|
+
(EN + TR), the command inventory in the cross-CLI contract + both sync copies,
|
|
26
|
+
the skill index + manifest, and the contract smoke were all updated; command
|
|
27
|
+
count stays 36. The internal ref (`generate-issue.md`) keeps its filename.
|
|
28
|
+
- **Website:** corrected the `multi-agent-plugins` skill count (205 -> 227, the
|
|
29
|
+
real sum across the five toolkits) and bumped the pipeline card to this version.
|
|
30
|
+
- Also published v11.3.1 to GitHub Packages (both registries were on npmjs only).
|
|
31
|
+
|
|
17
32
|
## [11.3.1] - 2026-07-10
|
|
18
33
|
|
|
19
34
|
Self-audit patch (found by running `/multi-agent:refactor` on the pipeline itself): a data-loss fix, a latent gate regression, supply-chain hardening, and a few correctness fixes.
|
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ The discipline behind all of this — bounded loops, evidence gates, token-budge
|
|
|
63
63
|
| Local | `/multi-agent:local "task"` | Full pipeline, current branch (no worktree) |
|
|
64
64
|
| Finish | `/multi-agent:finish` | Run the review→test→commit→report tail over local work |
|
|
65
65
|
|
|
66
|
-
Helpers: `setup`, `status`, `resume #N`, `review`, `test`, `channels`, `stack`, `update`, `sync`, `refactor`, `jira`, `issue`, `analysis`, `
|
|
66
|
+
Helpers: `setup`, `status`, `resume #N`, `review`, `test`, `channels`, `stack`, `update`, `sync`, `refactor`, `jira`, `issue`, `analysis`, `create-jira`. Full list: `/multi-agent:help`.
|
|
67
67
|
|
|
68
68
|
## Stacks
|
|
69
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmerterden/multi-agent-pipeline",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.2",
|
|
4
4
|
"description": "8-phase AI development pipeline with full orchestration on Claude Code and Copilot CLI. Analysis, planning, TDD, CLI-aware parallel review with consensus surfacing + Fable triage, default-FAIL evidence gates, secret + intent guards, per-phase cost ledger, persistent learnings memory, wiki generation, commit automation. Token-preserving uninstall.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -77,7 +77,7 @@ Lib scripts (`~/.claude/lib/`):
|
|
|
77
77
|
| `analysis ["<feature>"]` | Standalone feature-spec analizi: Figma / Swagger / Confluence / Jira / repo girdileri sabit 7-bölümlük şablona dökülür, humanizer'dan geçer, Local/Confluence/Jira hedef(ler)ine post edilir. Worktree veya commit yok. Dev'e zincirleme yok. |
|
|
78
78
|
| `build-optimize` | iOS-only Xcode build performance wrapper. Vendored `xcode-build-orchestrator`'a dispatch eder; benchmark + compilation / project / SPM analyzer'lar + recommend-first plan `.build-benchmark/optimization-plan.md`. Non-iOS stack'lerde fail-fast. |
|
|
79
79
|
| `channels [PR-url\|#N\|Jira-url\|Jira-id] [--channels pr,jira,confluence,wiki] [--content normal,test,auto-diff,note] [--message "..."]` | Post task report to multi-select channels (PR description, Jira comment, Confluence page, Wiki pages) with multi-select content sources. Humanizer pass per-channel. Bitbucket PR updates use reviewer-preserving PUT. Phase 7 delegates to this command; also invocable post-hoc for fixes made outside the pipeline. No worktree. |
|
|
80
|
-
| `
|
|
80
|
+
| `create-jira ["desc"] [figma-url] [swagger-url]` | Create a standards-compliant Jira issue: asks the type (**Task** / **Bug** / **Story**), mines the project's recent same-type issues for conventions (summary format, labels, priority, test-scenario style), detects the active sprint, drafts from a standard template with auto-sizing sections (Design Reference / API Contract / Screenshots appear only when their source is given), asks about unknown fields, then full draft preview + explicit approval before create. No worktree, no commits. |
|
|
81
81
|
| `test` or `test [args]` | UI Bug Hunter - screenshot + tap + analyze on booted simulator via MCP (read `$HOME/.claude/commands/sim-test.md`). `/multi-agent:test` also resolves here via the `commands/multi-agent/test/SKILL.md` delegate. |
|
|
82
82
|
| `manual-test [#id]` | Phase 5 standalone Manual Test - checks out the task branch, prints Xcode / SourceTree hints, waits for user verdict (`ok` / `fix: ...`). |
|
|
83
83
|
| `stack [ios\|android\|backend\|mobile\|all]` | Swap skills for next conversation. No arg = show current stack. |
|
|
@@ -117,7 +117,7 @@ This command uses lazy loading for token efficiency. Read the relevant sub-file
|
|
|
117
117
|
| `local-autopilot` | `$HOME/.claude/commands/multi-agent/local-autopilot/SKILL.md` |
|
|
118
118
|
| `dev-local` | `$HOME/.claude/commands/multi-agent/dev-local/SKILL.md` |
|
|
119
119
|
| `dev-local-autopilot` | `$HOME/.claude/commands/multi-agent/dev-local-autopilot/SKILL.md` |
|
|
120
|
-
| `
|
|
120
|
+
| `create-jira` | `$HOME/.claude/commands/multi-agent/create-jira/SKILL.md` (loads `$HOME/.claude/multi-agent-refs/generate-issue.md`) |
|
|
121
121
|
| `stack` | `$HOME/.claude/commands/multi-agent/stack/SKILL.md` |
|
|
122
122
|
| `language` | Handled inline - set/show prompt language in preferences |
|
|
123
123
|
| SwiftUI component task (iOS) | `$HOME/.claude/multi-agent-refs/swiftui-guide.md` |
|
|
@@ -3,7 +3,7 @@ description: "Create a standards-compliant Jira issue (Task / Bug / Story): asks
|
|
|
3
3
|
argument-hint: "[\"<free-text description>\"] [figma-url] [swagger-url] - all optional, asked interactively when missing"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# multi-agent
|
|
6
|
+
# multi-agent create-jira - Standards-Compliant Jira Issue Creator
|
|
7
7
|
|
|
8
8
|
**Input**: $ARGUMENTS
|
|
9
9
|
|
|
@@ -111,7 +111,7 @@ Post-Hoc & Side-Channel:
|
|
|
111
111
|
/multi-agent:analysis ["analysis-name"] Feature-spec analysis (Figma + Swagger + Confluence + repos) → per-platform v3 doc (23-section Full / 7-section Lite)
|
|
112
112
|
/multi-agent:analysis-resolve [doc] Resolve Section 20 open questions of an analysis doc, one at a time with source-labeled candidates
|
|
113
113
|
/multi-agent:build-optimize iOS-only Xcode build perf wrapper → benchmark + analyze + recommend-first .build-benchmark/optimization-plan.md
|
|
114
|
-
/multi-agent:
|
|
114
|
+
/multi-agent:create-jira ["desc"] [figma-url] [swagger-url] Create a Jira Task/Bug/Story matching team conventions (asks type + mining + active sprint + auto-sizing sections + preview & approval)
|
|
115
115
|
/multi-agent:diff-explain Map a Phase 4 triage finding back to specific diff lines
|
|
116
116
|
/multi-agent:search Cross-task log search with smart ranking; --semantic queries triage corpus
|
|
117
117
|
/multi-agent:scan Skill security scan against tiered pattern catalog
|
|
@@ -222,8 +222,8 @@ Examples:
|
|
|
222
222
|
/multi-agent:review
|
|
223
223
|
|
|
224
224
|
# Create a Jira issue that matches team conventions (preview + approval before create)
|
|
225
|
-
/multi-agent:
|
|
226
|
-
/multi-agent:
|
|
225
|
+
/multi-agent:create-jira "Profile screen empty state" https://figma.com/design/abc?node-id=1-2
|
|
226
|
+
/multi-agent:create-jira "Login crash on iOS 17, see attached log"
|
|
227
227
|
|
|
228
228
|
------------------------------------------------------------
|
|
229
229
|
|
|
@@ -323,7 +323,7 @@ Post-Hoc & Side-Channel:
|
|
|
323
323
|
/multi-agent:analysis ["analysis-name"] Feature-spec analizi (Figma + Swagger + Confluence + repolar) → platform başına v3 doküman (23 bölüm Full / 7 bölüm Lite)
|
|
324
324
|
/multi-agent:analysis-resolve [doc] Analiz dokümanının Bölüm 20 açık sorularını kaynak etiketli adaylarla teker teker çözer
|
|
325
325
|
/multi-agent:build-optimize iOS-only Xcode build performance wrapper → benchmark + analiz + recommend-first .build-benchmark/optimization-plan.md
|
|
326
|
-
/multi-agent:
|
|
326
|
+
/multi-agent:create-jira ["açıklama"] [figma-url] [swagger-url] Takım standartlarına uygun Jira Task/Bug/Story oluştur (tip sorar + convention mining + aktif sprint + auto-sizing bölümler + önizleme & onay)
|
|
327
327
|
/multi-agent:diff-explain Phase 4 triage bulgusunu diff satırlarına eşle
|
|
328
328
|
/multi-agent:search Task log'larında akıllı arama; --semantic triage corpus'unu sorgular
|
|
329
329
|
/multi-agent:scan Skill güvenlik taraması (tiered pattern catalog)
|
|
@@ -434,8 +434,8 @@ Quality & Telemetry (advisory, default açık - prefs.global.* ile kapatılabi
|
|
|
434
434
|
/multi-agent:review
|
|
435
435
|
|
|
436
436
|
# Takım standartlarına uygun Jira issue oluştur (oluşturmadan önce önizleme + onay)
|
|
437
|
-
/multi-agent:
|
|
438
|
-
/multi-agent:
|
|
437
|
+
/multi-agent:create-jira "Profil ekranı empty state" https://figma.com/design/abc?node-id=1-2
|
|
438
|
+
/multi-agent:create-jira "iOS 17'de login crash, log ekte"
|
|
439
439
|
|
|
440
440
|
------------------------------------------------------------
|
|
441
441
|
|
|
@@ -242,9 +242,9 @@ This runs on the Claude <-> Copilot axis — the two CLIs the pipeline supports
|
|
|
242
242
|
**36 commands are synced** (canonical inventory - must match `cross-cli-contract.md` section 1; drift = contract violation):
|
|
243
243
|
|
|
244
244
|
```
|
|
245
|
-
analysis, analysis-resolve, autopilot, build-optimize, channels, delete, dev,
|
|
245
|
+
analysis, analysis-resolve, autopilot, build-optimize, channels, create-jira, delete, dev,
|
|
246
246
|
dev-autopilot, dev-local, dev-local-autopilot, diff-explain, finish, garbage-collect,
|
|
247
|
-
|
|
247
|
+
help, issue, jira, kill, language, local,
|
|
248
248
|
local-autopilot, log, manual-test, prune-logs, purge, refactor, resume, review,
|
|
249
249
|
scan, search, setup, stack, status, sync, test, update
|
|
250
250
|
```
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
## 1. Command Inventory (36 commands)
|
|
10
10
|
|
|
11
11
|
```
|
|
12
|
-
analysis, analysis-resolve, autopilot, build-optimize, channels, delete, dev,
|
|
12
|
+
analysis, analysis-resolve, autopilot, build-optimize, channels, create-jira, delete, dev,
|
|
13
13
|
dev-autopilot, dev-local, dev-local-autopilot, diff-explain, finish, garbage-collect,
|
|
14
|
-
|
|
14
|
+
help, issue, jira, kill, language, local,
|
|
15
15
|
local-autopilot, log, manual-test, prune-logs, purge, refactor, resume, review,
|
|
16
16
|
scan, search, setup, stack, status, sync, test, update
|
|
17
17
|
```
|
|
@@ -19,7 +19,7 @@ scan, search, setup, stack, status, sync, test, update
|
|
|
19
19
|
Categories:
|
|
20
20
|
|
|
21
21
|
- **Interactive pickers** (single-purpose, not modes): `jira`, `issue`
|
|
22
|
-
- **Issue generator** (one-shot, no worktree, asks type Task/Bug/Story, hard approval gate before create): `
|
|
22
|
+
- **Issue generator** (one-shot, no worktree, asks type Task/Bug/Story, hard approval gate before create): `create-jira`
|
|
23
23
|
- **Full 8-phase modes**: `autopilot`, `local`, `local-autopilot`
|
|
24
24
|
- **Fast modes** (Init -> Dev(Opus) -> Commit -> Report): `dev`, `dev-autopilot`, `dev-local`, `dev-local-autopilot`
|
|
25
25
|
- **Tail modes** (run the pipeline tail over already-done local work): `finish`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Generate Issue - Shared Flow (generate)
|
|
2
2
|
|
|
3
|
-
> **TLDR** - Shared 12-step flow for `/multi-agent:
|
|
3
|
+
> **TLDR** - Shared 12-step flow for `/multi-agent:create-jira`. Asks the issue type (Task / Bug / Story), mines the target project's existing same-type issues to learn team conventions, detects the active sprint, drafts a standards-compliant issue from a fixed standard template with auto-sizing sections, asks the user about every genuinely unknown field, renders a full preview, and creates the Jira issue only after explicit approval. Creates exactly one Jira issue per run - no branches, no commits, no worktrees.
|
|
4
4
|
|
|
5
5
|
Consumed by `generate.md`. This ref is never invoked directly.
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# smoke-generate-issue.sh - contract for /multi-agent:
|
|
2
|
+
# smoke-generate-issue.sh - contract for /multi-agent:create-jira.
|
|
3
3
|
#
|
|
4
4
|
# Verifies:
|
|
5
5
|
# 1. All 3 files exist (1 command, shared ref, 1 Copilot/plugin SKILL.md).
|
|
@@ -16,9 +16,9 @@ set -euo pipefail
|
|
|
16
16
|
|
|
17
17
|
HERE="$(cd "$(dirname "$0")" && pwd)"
|
|
18
18
|
ROOT="$(cd "$HERE/../.." && pwd)"
|
|
19
|
-
CMD="$ROOT/pipeline/commands/multi-agent/
|
|
19
|
+
CMD="$ROOT/pipeline/commands/multi-agent/create-jira/SKILL.md"
|
|
20
20
|
REF="$ROOT/pipeline/multi-agent-refs/generate-issue.md"
|
|
21
|
-
SKILL="$ROOT/pipeline/skills/shared/core/multi-agent-
|
|
21
|
+
SKILL="$ROOT/pipeline/skills/shared/core/multi-agent-create-jira/SKILL.md"
|
|
22
22
|
DISPATCHER="$ROOT/pipeline/commands/multi-agent/SKILL.md"
|
|
23
23
|
CONTRACT="$ROOT/pipeline/multi-agent-refs/cross-cli-contract.md"
|
|
24
24
|
SYNC="$ROOT/pipeline/commands/multi-agent/sync/SKILL.md"
|
|
@@ -43,7 +43,7 @@ echo ""
|
|
|
43
43
|
echo "→ 2. frontmatter keys"
|
|
44
44
|
head -5 "$CMD" | grep -q '^description:' && pass "description: ${CMD##*/}" || fail "description missing: ${CMD##*/}"
|
|
45
45
|
head -5 "$CMD" | grep -q '^argument-hint:' && pass "argument-hint: ${CMD##*/}" || fail "argument-hint missing: ${CMD##*/}"
|
|
46
|
-
head -8 "$SKILL" | grep -q '^name: multi-agent-
|
|
46
|
+
head -8 "$SKILL" | grep -q '^name: multi-agent-create-jira$' && pass "name: multi-agent-create-jira" || fail "name wrong: $SKILL"
|
|
47
47
|
head -8 "$SKILL" | grep -q '^language: en' && pass "language en" || fail "language missing: $SKILL"
|
|
48
48
|
head -8 "$SKILL" | grep -q '^user-invocable: true' && pass "user-invocable" || fail "user-invocable missing: $SKILL"
|
|
49
49
|
|
|
@@ -89,15 +89,15 @@ grep -Fqi "swagger" "$REF" && pass "swagger context present" || fail "swagger co
|
|
|
89
89
|
|
|
90
90
|
echo ""
|
|
91
91
|
echo "→ 8. registration + count consistency (36)"
|
|
92
|
-
grep -Fq '| `
|
|
93
|
-
grep -Fq "
|
|
92
|
+
grep -Fq '| `create-jira ' "$DISPATCHER" && pass "dispatcher routing: create-jira" || fail "dispatcher routing missing: generate"
|
|
93
|
+
grep -Fq "create-jira/SKILL.md" "$DISPATCHER" && pass "dispatcher loading row" || fail "dispatcher loading row missing"
|
|
94
94
|
grep -Fq "## 1. Command Inventory (36 commands)" "$CONTRACT" && pass "contract count = 36" || fail "contract count wrong"
|
|
95
|
-
grep -Eq '(^|[ ,])
|
|
95
|
+
grep -Eq '(^|[ ,])create-jira([ ,]|$)' "$CONTRACT" && pass "contract list has create-jira" || fail "contract list missing generate"
|
|
96
96
|
grep -Fq "**36 commands are synced**" "$SYNC" && pass "sync count = 36" || fail "sync count wrong"
|
|
97
97
|
SYNC_SKILL="$ROOT/pipeline/skills/shared/core/multi-agent-sync/SKILL.md"
|
|
98
98
|
grep -Fq "**36 commands are synced**" "$SYNC_SKILL" && pass "sync SKILL count = 36" || fail "sync SKILL count wrong (Copilot parity)"
|
|
99
|
-
grep -Fq "
|
|
100
|
-
grep -c "multi-agent:
|
|
99
|
+
grep -Fq "create-jira" "$ROOT/pipeline/skills/shared/core/multi-agent-help/SKILL.md" && pass "help SKILL lists create-jira" || fail "help SKILL missing create-jira (Copilot parity)"
|
|
100
|
+
grep -c "multi-agent:create-jira" "$HELP" | awk '{exit !($1>=2)}' && pass "help.md has EN + TR entries" || fail "help.md entries incomplete"
|
|
101
101
|
# no stale split-command references anywhere in the synced surfaces
|
|
102
102
|
if grep -rqE "generate-task|generate-bug" "$DISPATCHER" "$CONTRACT" "$SYNC" "$HELP" "$CMD" "$REF" "$SKILL"; then
|
|
103
103
|
fail "stale generate-task/generate-bug reference found"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-10T13:07:43Z",
|
|
4
4
|
"skillCount": 187,
|
|
5
5
|
"entries": [
|
|
6
6
|
{
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "shared/core/multi-agent-analysis-resolve/SKILL.md",
|
|
16
|
-
"sha256": "
|
|
16
|
+
"sha256": "e1c400e1db0ed1c8956a9989f6232c4d45a6b9002331379a2e119b344e948622"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"path": "shared/core/multi-agent-analysis/SKILL.md",
|
|
20
|
-
"sha256": "
|
|
20
|
+
"sha256": "8d37d4d90493ccda7a39084651537fd4d28f2bdde82ecaac835d8c0f2d996363"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"path": "shared/core/multi-agent-autopilot/SKILL.md",
|
|
@@ -25,11 +25,15 @@
|
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"path": "shared/core/multi-agent-build-optimize/SKILL.md",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "0ba38c451d193063cf20e5efe6e6af1e1c738e03448d8f917259a8e2f6b2cd9b"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "shared/core/multi-agent-channels/SKILL.md",
|
|
32
|
-
"sha256": "
|
|
32
|
+
"sha256": "122792d25a2b7329af80086b6e0e563a7b8c3ec2e954ceb7e7c9dc8ea7cf71ba"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"path": "shared/core/multi-agent-create-jira/SKILL.md",
|
|
36
|
+
"sha256": "40caf0489ad8322cd00d792a244e772d4ddb6ccfd7c3807729d6b17590e7f81c"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
35
39
|
"path": "shared/core/multi-agent-delete/SKILL.md",
|
|
@@ -57,19 +61,15 @@
|
|
|
57
61
|
},
|
|
58
62
|
{
|
|
59
63
|
"path": "shared/core/multi-agent-finish/SKILL.md",
|
|
60
|
-
"sha256": "
|
|
64
|
+
"sha256": "3e8e430f7aee626be96129a9d0ae6c9ac5ef0dbf80cbe580dde2d7fb5fccfed1"
|
|
61
65
|
},
|
|
62
66
|
{
|
|
63
67
|
"path": "shared/core/multi-agent-garbage-collect/SKILL.md",
|
|
64
68
|
"sha256": "24736f163e645e2bee7d552e555ae6e32cd3fc3d15c844813a75b908a58d52fd"
|
|
65
69
|
},
|
|
66
|
-
{
|
|
67
|
-
"path": "shared/core/multi-agent-generate/SKILL.md",
|
|
68
|
-
"sha256": "be92e3c2599bbbab79bd4368ac8a62c55f97e49363e195926039dc2d1111324f"
|
|
69
|
-
},
|
|
70
70
|
{
|
|
71
71
|
"path": "shared/core/multi-agent-help/SKILL.md",
|
|
72
|
-
"sha256": "
|
|
72
|
+
"sha256": "15755c1abd508f708e548529c869bc937f1ea038bbabb1cf47dfc3a8b0343346"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"path": "shared/core/multi-agent-issue/SKILL.md",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"path": "shared/core/multi-agent-refactor/SKILL.md",
|
|
116
|
-
"sha256": "
|
|
116
|
+
"sha256": "f8a9495f6aebacba634672d6c9416046521cbdfa769746c9ff3a4a993482a85a"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"path": "shared/core/multi-agent-resume/SKILL.md",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "shared/core/multi-agent-sync/SKILL.md",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "0ec56a2a802bbd59843bf8e9a6adfdae8c1e626ea07700914cf12e0d0c00dace"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "shared/core/multi-agent-test/SKILL.md",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "shared/core/multi-agent/SKILL.md",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "758646b660047bb4595528a57153afda0e1b331c70ad8c04bbd18066fc4bb336"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "shared/external/accessibility-compliance-accessibility-audit/SKILL.md",
|
|
@@ -785,6 +785,15 @@
|
|
|
785
785
|
"triggerPaths": [],
|
|
786
786
|
"relativePath": "shared/core/multi-agent-channels/SKILL.md"
|
|
787
787
|
},
|
|
788
|
+
{
|
|
789
|
+
"name": "multi-agent-create-jira",
|
|
790
|
+
"description": "Create a standards-compliant Jira issue (Task / Bug / Story): asks the type, mines project conventions, drafts from a standard template with auto-sizing sections, full preview + explicit approval before create.",
|
|
791
|
+
"platform": null,
|
|
792
|
+
"group": "core",
|
|
793
|
+
"triggerKeywords": [],
|
|
794
|
+
"triggerPaths": [],
|
|
795
|
+
"relativePath": "shared/core/multi-agent-create-jira/SKILL.md"
|
|
796
|
+
},
|
|
788
797
|
{
|
|
789
798
|
"name": "multi-agent-delete",
|
|
790
799
|
"description": "Uninstall the pipeline from Claude Code + Copilot CLI. Keychain access tokens are left untouched. Asks for double confirmation.",
|
|
@@ -857,15 +866,6 @@
|
|
|
857
866
|
"triggerPaths": [],
|
|
858
867
|
"relativePath": "shared/core/multi-agent-garbage-collect/SKILL.md"
|
|
859
868
|
},
|
|
860
|
-
{
|
|
861
|
-
"name": "multi-agent-generate",
|
|
862
|
-
"description": "Create a standards-compliant Jira issue (Task / Bug / Story): asks the type, mines project conventions, drafts from a standard template with auto-sizing sections, full preview + explicit approval before create.",
|
|
863
|
-
"platform": null,
|
|
864
|
-
"group": "core",
|
|
865
|
-
"triggerKeywords": [],
|
|
866
|
-
"triggerPaths": [],
|
|
867
|
-
"relativePath": "shared/core/multi-agent-generate/SKILL.md"
|
|
868
|
-
},
|
|
869
869
|
{
|
|
870
870
|
"name": "multi-agent-help",
|
|
871
871
|
"description": "Multi-agent pipeline usage guide - renders in EN or TR per prefs.global.outputLanguage (falls back to promptLanguage for backward compatibility).",
|
package/pipeline/skills/shared/core/{multi-agent-generate → multi-agent-create-jira}/SKILL.md
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: multi-agent-
|
|
2
|
+
name: multi-agent-create-jira
|
|
3
3
|
language: en
|
|
4
4
|
description: "Create a standards-compliant Jira issue (Task / Bug / Story): asks the type, mines project conventions, drafts from a standard template with auto-sizing sections, full preview + explicit approval before create."
|
|
5
5
|
user-invocable: true
|
|
6
6
|
argument-hint: "[\"<free-text description>\"] [figma-url] [swagger-url] - all optional, asked interactively when missing"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# multi-agent
|
|
9
|
+
# multi-agent create-jira - Standards-Compliant Jira Issue Creator
|
|
10
10
|
|
|
11
11
|
**Input**: $ARGUMENTS
|
|
12
12
|
|
|
@@ -98,7 +98,7 @@ Utility Commands (dash form on Copilot, colon form on Claude Code):
|
|
|
98
98
|
/multi-agent:purge Worktree + logs - full reset (double confirm)
|
|
99
99
|
/multi-agent:channels Post multi-channel report (Jira/Confluence/Wiki/PR)
|
|
100
100
|
/multi-agent:review Review current diff only
|
|
101
|
-
/multi-agent:
|
|
101
|
+
/multi-agent:create-jira ["desc"] [figma-url] [swagger-url] Create a Jira Task/Bug/Story matching team conventions (asks type + preview + approval)
|
|
102
102
|
/multi-agent:sync Sync ecosystem (Claude + Copilot + website)
|
|
103
103
|
/multi-agent:setup Keychain tokens + Git identity + language onboarding
|
|
104
104
|
/multi-agent:language [en|tr] Show or set prompt language
|
|
@@ -234,7 +234,7 @@ Utility Komutları:
|
|
|
234
234
|
/multi-agent:purge Worktree + log'lar - tam reset (çift onay)
|
|
235
235
|
/multi-agent:channels Multi-channel rapor gönder (Jira/Confluence/Wiki/PR)
|
|
236
236
|
/multi-agent:review Sadece mevcut diff'i review et
|
|
237
|
-
/multi-agent:
|
|
237
|
+
/multi-agent:create-jira ["açıklama"] [figma-url] [swagger-url] Takım standartlarına uygun Jira Task/Bug/Story oluştur (tip sorar + önizleme + onay)
|
|
238
238
|
/multi-agent:sync Ekosistemi senkronize et
|
|
239
239
|
/multi-agent:setup Keychain token + Git kimliği + dil onboarding
|
|
240
240
|
/multi-agent:language [en|tr] Prompt dilini göster veya ayarla
|
|
@@ -139,9 +139,9 @@ When invoked with the `release` argument:
|
|
|
139
139
|
**36 commands are synced** (canonical inventory - must match `cross-cli-contract.md` section 1; drift = contract violation):
|
|
140
140
|
|
|
141
141
|
```
|
|
142
|
-
analysis, analysis-resolve, autopilot, build-optimize, channels, delete, dev,
|
|
142
|
+
analysis, analysis-resolve, autopilot, build-optimize, channels, create-jira, delete, dev,
|
|
143
143
|
dev-autopilot, dev-local, dev-local-autopilot, diff-explain, finish, garbage-collect,
|
|
144
|
-
|
|
144
|
+
help, issue, jira, kill, language, local,
|
|
145
145
|
local-autopilot, log, manual-test, prune-logs, purge, refactor, resume, review,
|
|
146
146
|
scan, search, setup, stack, status, sync, test, update
|
|
147
147
|
```
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
| core | `multi-agent-autopilot` | - | Launch any task in autopilot mode: skips every confirmation, runs end-to-end autonomously. |
|
|
95
95
|
| core | `multi-agent-build-optimize` | - | Wrapper that dispatches to xcode-build-orchestrator on iOS repos. Benchmarks the current Xcode build, runs compilation / project / SPM analy |
|
|
96
96
|
| core | `multi-agent-channels` | - | Multi-channel reporter - Jira/Confluence/Wiki/PR description. Multi-select channels + content, humanizer pass, reviewer-preserving Bitbuck |
|
|
97
|
+
| core | `multi-agent-create-jira` | - | Create a standards-compliant Jira issue (Task / Bug / Story): asks the type, mines project conventions, drafts from a standard template with |
|
|
97
98
|
| core | `multi-agent-delete` | - | Uninstall the pipeline from Claude Code + Copilot CLI. Keychain access tokens are left untouched. Asks for double confirmation. |
|
|
98
99
|
| core | `multi-agent-dev` | - | Fast development mode: Init → Dev (Opus) → Test → Commit → Report. Analysis, planning, and review phases are skipped. |
|
|
99
100
|
| core | `multi-agent-dev-autopilot` | - | Fastest mode: Dev (Opus) plus Autopilot. Init → Dev → Commit → Report with zero confirmations. |
|
|
@@ -102,7 +103,6 @@
|
|
|
102
103
|
| core | `multi-agent-diff-explain` | - | Map Phase 4 triage findings to branch diff lines. Read-only post-hoc command, used after review to answer 'which finding lines up with which |
|
|
103
104
|
| core | `multi-agent-finish` | - | Continue already-done LOCAL work through the pipeline tail: Review → Build+Test → Commit/PR → Report (technical analysis + Jira test-scenari |
|
|
104
105
|
| core | `multi-agent-garbage-collect` | - | Sweep leftover /tmp scratch (picker state, review diffs, channel payloads, analysis drafts) from past runs. Dry-run first; confirms before d |
|
|
105
|
-
| core | `multi-agent-generate` | - | Create a standards-compliant Jira issue (Task / Bug / Story): asks the type, mines project conventions, drafts from a standard template with |
|
|
106
106
|
| core | `multi-agent-help` | - | Multi-agent pipeline usage guide - renders in EN or TR per prefs.global.outputLanguage (falls back to promptLanguage for backward compatib |
|
|
107
107
|
| core | `multi-agent-issue` | - | List unassigned GitHub issues, pick one, auto-assign, and launch the multi-agent pipeline. |
|
|
108
108
|
| core | `multi-agent-jira` | - | List open Jira issues, pick one, and launch the multi-agent pipeline. |
|