Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:March 17, 2026 at 12:57
SKILL.md
| name | project-conventions |
| description | Core conventions and patterns for this codebase |
| domain | project-conventions |
| confidence | medium |
| source | template |
This repository exists to expose
chlogras a reusable public GitHub Action. The action should stay focused on orchestrating the CLI well โ not re-implementing changelog generation logic in another language.
chlogr.chlogr logic in wrapper code.inputs, outputs, runner, cache, artifact).action.yml at the repo root defines the public contract.src/ (if using a JavaScript/TypeScript action) holds wrapper logic only.test/ or tests/ holds fixture-based and platform-oriented tests.docs/ or README sections should contain copy-paste workflow examples and troubleshooting notes.dist/ should be generated output only, never the source of truth.# Good: build a command line from action inputs, then run chlogr
# Avoid: re-implementing changelog grouping logic in the wrapper
chlogr features in the action โ The action should orchestrate the CLI, not fork its logic.chlogr versions are selected, cached, and upgraded.