Create bundled Rundeck plugins following development standards. Auto-loads plugin development guidelines, build configuration, and release processes.
원문 언어: 영어
메뉴
SkillsMP는 rundeck/rundeck에서 10개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 10개 중 10개를 표시합니다.
Create bundled Rundeck plugins following development standards. Auto-loads plugin development guidelines, build configuration, and release processes.
원문 언어: 영어
Create REST API endpoints with proper OpenAPI annotations, API versioning, and testing following Rundeck standards.
원문 언어: 영어
Generate standardized CONTEXT.md files for features. Use when documenting a new feature, creating entity-friendly technical documentation, or standardizing existing feature documentation.
원문 언어: 영어
Backport commits from an existing GitHub Pull Request to a target branch and open a new backport PR. Use when the user asks to backport a PR, cherry-pick a merged PR into a release/maintenance branch, port a fix to an older version, or mentions "backport".
원문 언어: 영어
Generate Java/Groovy/TypeScript code following Rundeck development standards. Auto-loads development guidelines, formatting rules, and testing requirements.
원문 언어: 영어
Create backend tests for Rundeck (unit, API, functional). Auto-loads testing guidelines. For frontend unit tests use write-jest-tests.
원문 언어: 영어
Verify if a CVE affects the project and remediate it. Checks dependencies, identifies vulnerable versions, suggests/applies fixes, and validates changes. Use when analyzing security vulnerabilities or responding to CVE reports.
원문 언어: 영어
Internationalize Vue component templates by replacing all hardcoded strings with $t() calls and adding translations to i18n.ts or en_US.js. Use when asked to internationalize, i18n, or translate strings in Vue templates.
원문 언어: 영어
Guide a new contributor through the rundeck OSS repo. Use when someone is getting started with the project, asking how to build/test/contribute, or setting up their development environment.
원문 언어: 영어
Write Vue component unit tests. Use when the user asks to write unit tests, write Jest tests, write Vue tests, add tests to a component, or test a Vue component.
원문 언어: 영어