bycode-yeongyu· 138 skills
Full PR lifecycle in a fresh task-owned git worktree: implement via the ulw-loop skill with mandatory evidence-bound manual QA → reviewer-readable English PR → verification loop (CI + Cubic, where Cubic is skipped only when its quota is exhausted) → merge by default → worktree cleanup. Decomposes one task into the smallest atomic, independently-mergeable PRs and builds the independent ones concurrently via one worktree per PR driven by parallel subagents or a team. Unbounded loop: any failing gate sends you back to fix-and-re-QA inside that PR's worktree. Use whenever implementation work needs to land as a PR. Triggers: 'create a PR', 'implement and PR', 'work on this and make a PR', 'implement issue', 'land this as a PR', 'split into atomic PRs', 'parallel PRs', 'work-with-pr', 'PR workflow', 'implement end to end', even when user just says 'implement X' if the context implies PR delivery.
$npx -y skills add code-yeongyu/oh-my-openagent --skill work-with-prInstalls into the current project.
Run `npx skills use "https://github.com/code-yeongyu/oh-my-openagent" --skill "code-yeongyu/oh-my-openagent/work-with-pr"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/code-yeongyu/oh-my-openagent" that are relevant to the current task. Run `npx skills add "https://github.com/code-yeongyu/oh-my-openagent"` and select the relevant skills, then follow their instructions.