원클릭으로
heylogs
heylogs에는 nbbrd에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Validate and maintain Keep a Changelog–formatted CHANGELOG.md files with the Heylogs CLI. Use this skill whenever the user asks to check, lint, validate, fix, format, or release a changelog, sees Heylogs rule violations (e.g. no-empty-group, latest-version-first, forge-ref), wants to get a repo to "0 problems" via heylogs.properties without editing the changelog, or needs to add/extract/export changelog entries. Covers the `check` command and rule configuration (primary task), persistent `heylogs.properties` config, every built-in rule, the authoring/releasing/inspecting commands, and how to run the CLI with no prerequisites via JBang.
Use this skill when asked to add, create, or implement a new versioning scheme in the Heylogs project. It covers creating the extension module, the public SPI class, the internal parser/comparator, the tests, registering the module in all POMs, and updating the documentation.
Use this skill when asked to add, create, or implement a new validation rule in the Heylogs project. It covers picking the right enum, adding the constant, the validate method, the test, the resource file (if needed), and the documentation row.