Skip to content

feat(pipeline): migrate to skills/ structure + add standalone skills#1088

Merged
Miraeld merged 5 commits into
developfrom
feat/skills-restructure
Jun 16, 2026
Merged

feat(pipeline): migrate to skills/ structure + add standalone skills#1088
Miraeld merged 5 commits into
developfrom
feat/skills-restructure

Conversation

@Miraeld

@Miraeld Miraeld commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Summary

Mirrors the Maestro v0.6.0/v0.6.1 restructure for this transplanted workflow.

  • commands/skills/ layout throughout .claude/
  • Four new standalone skills for running individual pipeline steps without the full orchestrator

Commits

Restructure (1 commit)

  • .claude/commands/<name>.md.claude/skills/<name>/SKILL.md
  • orchestrator/workflows/orchestrator/runners/ (avoids collision with platform's workflows/ concept)
  • init-pr-draft.sh template path updated
  • All commands/ path refs updated in 5 agent files + both JS runners

Standalone skills (4 commits)

Command Agent What the skill does
/groom <issue> grooming-agent Syncs issue, runs grooming, prompts before posting spec summary
/challenge <issue> challenger Verifies spec exists, runs adversarial review, prompts before posting
/review [PR] lead-reviewer Resolves PR + spec, runs review, prompts before posting inline + summary
/qa [PR] qa-engineer Resolves PR, boots env, runs QA, prompts before posting report

Key difference from Maestro: these skills read REPO, TEMP_ROOT, BOOT_CMD, and LOCAL_URL from the ## Project Config block in .claude/skills/orchestrator/SKILL.md — no maestro.json needed.

All four pipeline agents (grooming-agent, challenger, lead-reviewer, qa-engineer) are unchanged.

Test plan

  • Run /groom <issue> — spec written to .ai/issues/<N>/spec.md, comment draft shown, posting prompt appears
  • Run /review on current branch — review report shown without auto-posting
  • Run /qa <PR> — env boots, acceptance criteria tested, QA report shown before posting
  • Run full pipeline (/issue-workflow) — verify restructure didn't break normal operation
  • Run /challenge <issue> after a groom — APPROVED/NEEDS_REVISION verdict shown

🤖 Generated with Claude Code

Miraeld and others added 5 commits June 16, 2026 03:01
Mirrors the Maestro v0.6.0 restructure for this transplanted workflow.
Each commands/<name>.md becomes skills/<name>/SKILL.md; bundled assets
(scripts/, refs/) follow their parent skill.

- orchestrator/workflows/ → orchestrator/runners/ (avoids collision with
  the platform's reserved workflows/*.js concept)
- init-pr-draft.sh template path updated to .claude/skills/
- All path references updated across 5 agent files, both JS runners,
  and all SKILL.md files — zero .claude/commands/ references remain

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Thin entry point for grooming-agent. Reads REPO and TEMP_ROOT from the
orchestrator's ## Project Config block (no maestro.json). Syncs the issue,
invokes grooming-agent in STANDALONE MODE, shows the comment draft, and
prompts before posting to GitHub.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Thin entry point for the challenger agent. Reads config from the
orchestrator's ## Project Config block. Errors clearly if no spec exists
(with pointer to /groom). Prompts before posting to the issue.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Thin entry point for the lead-reviewer agent. Reads config from the
orchestrator's ## Project Config block. Resolves PR from argument or
current branch, locates spec if it exists, invokes lead-reviewer in
STANDALONE MODE, prompts before posting inline comments + summary.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Thin entry point for the qa-engineer agent. Reads REPO, TEMP_ROOT,
BOOT_CMD, and LOCAL_URL from the orchestrator's ## Project Config block.
Resolves PR from argument or current branch, passes env config to the
agent, prompts before posting the QA report.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codacy-production

codacy-production Bot commented Jun 16, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 4 complexity · 0 duplication

Metric Results
Complexity 4
Duplication 0

View in Codacy

🟢 Coverage ∅ diff coverage

Metric Results
Coverage variation Report missing for 3b6205a1
Diff coverage diff coverage (50.00%)

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (3b6205a) Report Missing Report Missing Report Missing
Head commit (6797512) 13940 48 0.34%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1088) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@Miraeld Miraeld added this pull request to the merge queue Jun 16, 2026
Merged via the queue into develop with commit 9b42eaa Jun 16, 2026
10 of 12 checks passed
@Miraeld Miraeld deleted the feat/skills-restructure branch June 16, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant