Skip to content

feat(opencode): add simplify built-in skill#29362

Open
AbdoKnbGit wants to merge 3 commits into
anomalyco:devfrom
AbdoKnbGit:feature/simplify-skill
Open

feat(opencode): add simplify built-in skill#29362
AbdoKnbGit wants to merge 3 commits into
anomalyco:devfrom
AbdoKnbGit:feature/simplify-skill

Conversation

@AbdoKnbGit
Copy link
Copy Markdown

Issue for this PR

Closes #29272

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds a simplify built-in skill that reads the current git diff and spawns three review agents concurrently (reuse, quality, efficiency) then applies the fixes directly.

Two files changed:

  • packages/opencode/src/skill/prompt/simplify.md — skill prompt
  • packages/opencode/src/skill/index.ts — registers it as a built-in

How did you verify your code works?

  1. Made changes to a file
  2. Invoked the simplify skill
  3. Confirmed it reads the diff, runs the three agents in parallel, and patches any issues found

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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.

[FEATURE]: Add /simplify skill for automated code review

1 participant