en un clic
sealion
sealion contient 3 skills collectées depuis haru, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Create a git commit for the current changes, with an English commit message and the change list written as bullet points. Use this skill whenever the user asks to commit, make a commit, save changes to git, or says things like "コミットして" / "コミットしといて" / "commit this" — even if they don't specify a message. Always use this skill for commit creation instead of running `git commit` ad hoc, so the message format stays consistent.
Create a pull request from the current branch targeting the develop branch. Use this skill whenever the user asks to create a PR, open a pull request, submit a PR, or push changes for review. Always use this skill for PR creation tasks, do not just run gh pr create manually.
Fetch the latest GitHub PR review comments and apply code fixes following TDD principles.