CtrlK
BlogDocsLog inGet started
Tessl Logo

analog

github.com/analogjs/analog

SkillAddedReview
open-pr

.agents/skills/open-pr/SKILL.md

Commit the current work, push the current feature branch, and open a GitHub PR filled out from the repo's PR template. Defaults the base branch to `beta`. Assumes you're already on a feature branch — it does not create branches. Use when the user says "open a PR", "create a PR", "make a PR", or asks to submit the current changes for review.

71

fix-issue

.agents/skills/fix-issue/SKILL.md

End-to-end flow for resolving a GitHub issue — fetch and understand the issue, create a feature branch off `beta`, implement and verify the fix, then hand off to the open-pr skill. Use when the user says "fix issue <n>", "work on issue <n>", or wants to take an issue from investigation through to a PR.

76