Skip to content

Commit cf23a9f

Browse files
committed
chore: add opencode command stubs delegating to agent skills
Signed-off-by: Denis Ćorić <denis85@gmail.com>
1 parent de9d1bb commit cf23a9f

7 files changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Address review comments on a GitHub PR
3+
---
4+
5+
Follow @.agents/skills/address-review/SKILL.md.

.opencode/commands/commit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Create a Conventional Commit with signoff
3+
---
4+
5+
Follow @.agents/skills/commit/SKILL.md.

.opencode/commands/docs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Update project docs per repo guidelines
3+
---
4+
5+
Follow @.agents/skills/docs/SKILL.md.

.opencode/commands/implement.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Implement a change following repo workflow
3+
---
4+
5+
Follow @.agents/skills/implement/SKILL.md.

.opencode/commands/issue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Create a GitHub issue markdown file
3+
---
4+
5+
Follow @.agents/skills/issue/SKILL.md.

.opencode/commands/lint.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Run repo format + lint workflow
3+
---
4+
5+
Follow @.agents/skills/lint/SKILL.md.

.opencode/commands/summary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Generate a concise PR implementation summary
3+
---
4+
5+
Follow @.agents/skills/summary/SKILL.md.

0 commit comments

Comments
 (0)