docs(skills): add low-hanging-fruits skill#151
Merged
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds a new agent skill document that formalizes how to select and execute a batch of ready-for-agent issues safely and in parallel (worktree-isolated), including how to avoid duplicating work already in-flight and how to coordinate epic subtasks.
Changes:
- Introduces the
low-hanging-fruitsskill with a step-by-step candidate selection and filtering workflow. - Documents a parallel “one agent per issue” implementation flow including PR creation and self-review steps.
- Adds operational guidance for handling accidental branch/worktree state changes while parallel agents are running.
Codifies the WIP-skip and epic-subtask-skip filters, the parallel worktree-agent implementation flow (implement -> create-pr -> code-review), and a gotcha about the shared main directory colliding with an agent's branch.
"Both filters" was stale after a third check (transitive blockers) was added; the git stash code span was also broken across lines.
e3c1019 to
1bd4930
Compare
The skill now only lists/filters/confirms a batch of ready-for-agent issues, adding a fifth filter for task complexity (migrations beyond a single column/index, auth, new test infra, new shared primitives, multi-mode UI). On approval it hands off a single /implement prompt for the next process instead of launching Agent/Task calls itself.
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.
Codifies today's batch-selection process for
ready-for-agentissues: skip issues with an open PR already targeting them, skip epic subtasks (## Parentreference) by default, and the parallel worktree-agent implement → create-pr → code-review flow.No runtime behavior to verify — this is a new skill instructions file only (
.claude/skills/low-hanging-fruits/SKILL.md), no application code changed.Generated by Claude Code