원클릭으로
kyma-companion
kyma-companion에는 kyma-project에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Address review comments on GitHub pull requests using the gh CLI. Use when the user wants to respond to feedback, make changes, or update a pull request. Trigger keywords - address review comments, update PR, respond to feedback.
Commit changes to the repository using git. Use when the user wants to save their work before creating a pull request. Trigger keywords - commit, save changes, git commit.
Create GitHub pull requests using the gh CLI. Use when the user wants to create a new PR, submit code for review, or open a pull request. Trigger keywords - create PR, pull request, new PR, submit for review, code review.
Generate a complete PR description from the project's pull-request template, populated with context derived from the current branch. Trigger keywords - pr description, pull request description, generate pr.
Update all Python dependencies across the kyma-companion Poetry subprojects, one at a time. For each dependency: update to latest (fall back to minor/patch on conflicts), run pre-commit-check, fix issues, commit.