skill/find_related/SKILL.md
Discover related work for a Worklog work item and generate a concise, auditable "Related work" report that can be appended to the work item description.
npx skillsauth add sorratheorc/sorraagents find_relatedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provide a deterministic, agent-friendly way to discover existing or prior work related to a work item. The skill searches Worklog (open + closed), inspects repository files and docs with conservative heuristics, and can optionally generate an LLM-backed "Related work (automated report)" that is inserted into the work item description under a clearly-marked section.
wl show <id> --json.related-to:) extract these as existing related items and carry them into the following steps.wl search <keyword> --json to collect candidates related issus.wl show <id> --json and review title, description, acceptance criteria, and comments to determine if it is truly related. Only include items that have clear relevance to the work item goals or context.wl deps list <id> --json command to identify any dependencies and include these in the list of repo matches to review for relevance.node_modules, .git and most "." named folders.wl update to perform the update.End.
development
Canonical push-to-dev and branch-policy enforcement for agents. Provides the push-to-dev workflow, branch naming, conflict handling, and release process guidance. Trigger with: /skill:ship push-to-dev
development
Write tests, docs and code for a single, specific Worklog work item. Unlike the `implement` skill, this skill operates on exactly one work-item without using `wl next` for recursive dependency resolution or sub-task discovery. It is designed to be invoked by Ralph's per-child loop so that each child is implemented, audited, and remediated independently. Trigger on user queries such as: 'implement-single <work-item-id>', 'complete <work-item-id> (single)', or when Ralph delegates a single-child implement step.
testing
Run an iterative implement→audit loop for a target work item. Ralph is a launcher/orchestrator, not the normal Worklog implementation workflow.
development
Infer a suspected owner for a failing test file using CODEOWNERS, git blame, recent commits, and an override map.