refactor: migrate .opencode/skill/ to .opencode/skills/#27
Merged
Conversation
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
32f7844 to
b82025f
Compare
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
approved these changes
Jun 19, 2026
gxmiranda
left a comment
There was a problem hiding this comment.
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidate the singular
.opencode/skill/directory into.opencode/skills/(plural) to match the established convention used byagents/,commands/, Go scaffolding, specs, and tests.Follows the same pattern as #20 (
command/→commands/).Changes
speckit-workflow/SKILL.md.opencode/skill/→.opencode/skills/.opencode/agents/divisor-curator.md:82.opencode/commands/review-council.md:58Verification
.opencode/skill/(singular) remain in the codebase.opencode/skills/now contains all 5 skillsmake checkpasses (all tests green, vet clean)Closes #21