Skip to content

refactor: migrate .opencode/skill/ to .opencode/skills/#27

Merged
em-redhat merged 2 commits into
unbound-force:mainfrom
em-redhat:refactor/skills-plural
Jun 19, 2026
Merged

refactor: migrate .opencode/skill/ to .opencode/skills/#27
em-redhat merged 2 commits into
unbound-force:mainfrom
em-redhat:refactor/skills-plural

Conversation

@em-redhat

Copy link
Copy Markdown
Contributor

Summary

Consolidate the singular .opencode/skill/ directory into .opencode/skills/ (plural) to match the established convention used by agents/, commands/, Go scaffolding, specs, and tests.

Follows the same pattern as #20 (command/commands/).

Changes

Change File
Renamed speckit-workflow/SKILL.md .opencode/skill/.opencode/skills/
Updated path heuristic .opencode/agents/divisor-curator.md:82
Updated file classification .opencode/commands/review-council.md:58

Verification

  • Zero references to .opencode/skill/ (singular) remain in the codebase
  • .opencode/skills/ now contains all 5 skills
  • make check passes (all tests green, vet clean)
  • No Go code changes required (scaffolding already uses plural)

Closes #21

Consolidate the singular .opencode/skill/ directory into
.opencode/skills/ (plural) to match the established convention
used by agents/, commands/, Go scaffolding, specs, and tests.

- Move speckit-workflow/SKILL.md from skill/ to skills/
- Update divisor-curator.md path heuristic (line 82)
- Update review-council.md file classification (line 58)
- Remove empty .opencode/skill/ directory

Closes unbound-force#21
@em-redhat em-redhat force-pushed the refactor/skills-plural branch 2 times, most recently from 32f7844 to b82025f Compare June 19, 2026 10:47
The branch protection rule requires a status check named
'Build and Test', but the CI workflow job was named 'test'.
Rename the job and update settings.yml to match.

@gxmiranda gxmiranda left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean, well-scoped refactor that consolidates .opencode/skill/ (singular) into .opencode/skills/ (plural) to match the established convention (agents/, commands/). All path references updated, singular directory removed, CI passes. The CI job rename commit is a reasonable inclusion.

  • Alignment: All items from #21 addressed
  • Security: No concerns (documentation/CI-only changes)
  • Constitution: Exempt as trivial refactor (mechanical path corrections)

This review was generated by /review-pr (AI-assisted).

@em-redhat em-redhat merged commit e35d4b5 into unbound-force:main Jun 19, 2026
1 check passed
@em-redhat em-redhat moved this from In Review 👀 to Done ✔️ in Unbound Force Planning Jun 19, 2026
@em-redhat em-redhat deleted the refactor/skills-plural branch June 19, 2026 11:35
@em-redhat em-redhat moved this to Done ✔️ in Unbound Force Planning Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done ✔️

Development

Successfully merging this pull request may close these issues.

refactor: .opencode/skill/ vs .opencode/skills/ path inconsistency

2 participants