원클릭으로
petclinic
petclinic에는 robertbruckbauer에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Add a collection field to an existing backend entity and update dependent artifacts; use for prompts like "Add collection ... to entity ...".
Create a new backend domain entity and all required artifacts; use for prompts like "Create an entity ... in package ...".
Add a many-to-one relation between existing entities and update dependent artifacts; use for prompts like "Add a required many-to-one relation ...".
Add a one-to-many relation between existing entities and update dependent artifacts; use for prompts like "Add a one-to-many relation ...".
Add a one-to-one relation between existing entities and update dependent artifacts; use for prompts like "Add a required one-to-one relation ...".
Add or remove a property on an existing backend entity and update dependent artifacts; use for prompts like "Add property ... to entity ...".
Lint and format source code using the gradle tasks. Run lint to verify source files are correctly formatted. Run format to apply changes on the source code to automatically fix formatting issues. Java code is processed by Spotless; TypeScript code is processed by Prettier.
Bump the Gradle runtime version, validate all plugin dependencies, and validate the build workflow.
Bump the Java runtime version, and validate the build workflow.
Bump the Node runtime version, and validate the build workflow.
Bump the release version of this repository, validate consistency, commit changes with a dedicated message, and create a release tag to trigger the actions workflow.
Update Angular editor/lister components and entity typing after model changes; use for prompts like "Update editor and lister components for ...".
Create Angular lister/editor components and service wiring for an entity; use for prompts like "Create editor and lister components for entity ..." or compliance verification requests.
Sanity-check domain entities and related backend artifacts; use for prompts like "Check domain entities" or targeted sanity updates such as adding missing entity tests.
Create a new backend domain enum and artifacts; use for prompts like "Create an enum ... in package ...".
Sanity-check GraphQL API documentation against implementation changes; use for prompts like "Check GraphQL API".
Create or update GraphQL API service documentation from implementation files; use for prompts like "Update GraphQL API documentation" or "Create GraphQL API documentation for ...".
Sanity-check REST API documentation against implementation changes; use for prompts like "Check REST API documentation".
Create or update REST API service documentation from implementation files; use for prompts like "Update REST API documentation" or "Create REST API documentation for ...".