원클릭으로
epistola-suite
epistola-suite에는 epistola-app에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Create a new HTMX form page with Thymeleaf template, UI handler, routes, and search. Use when adding a new create/edit form, list page, or CRUD flow for a domain entity.
Release a Helm chart (epistola or epistola-grafana) to a new version. Use when the user wants to release, publish, or cut a new Helm chart version.
Create a new release. Use when the user wants to release a new version, cut a release, or publish a version.
Review a branch/PR against epistola's architecture conventions and recorded preferences. Use when reviewing code changes; complements /code-review (which finds correctness bugs).
Create a Playwright UI test for browser-based testing. Use when testing HTMX interactions, form submissions, page navigation, or JavaScript behavior in the browser.
Create a new CQRS command or query with handler. Use when adding new business operations (state changes) or data retrieval logic.
Make changes to REST API contracts and update the implementing controllers. Use when adding, modifying, or removing API endpoints, DTOs, or when the external epistola-contract needs updating.
Create a new Lit web component for the editor module. Use when building a new UI component, panel, or interactive element for the template editor.
Create unit tests or integration tests. Use when writing tests for business logic, commands, queries, handlers, or pure functions.