{{ message }}
Add changelog agent skill (parity with mod_exeweb #68)#90
Merged
Conversation
Add a Claude Code project skill at .agents/skills/changelog/SKILL.md that drafts a CHANGELOG entry from merged GitHub PRs since the last release, keeping mod_exelearning in parallel with mod_exeweb. Document it in AGENTS.md. The skill is development-only tooling, excluded from release packages by the existing '.*' rule in .distignore (no .distignore change needed).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Adds a Claude Code project skill at
.agents/skills/changelog/SKILL.mdthat drafts aCHANGELOG.mdentry from the GitHub PRs merged since the last release, and documents it inAGENTS.md.This mirrors the
changelogskill introduced in mod_exeweb#68 so both plugins generate their changelogs the same way — para que vaya parejo. Repo references are adapted toexelearning/mod_exelearning, and the insertion step createsCHANGELOG.md(which does not exist yet in this repo) on first run.Scope notes
enorder with no missing keys; the~-prefixed machine-translation markers are intentional and track pending human review. A mechanical sync from mod_exeweb's reviewed strings does not apply — only ~9 keys overlap and their meanings diverge (exeweb = eXeLearning (sitio web) vs. exelearning = Recurso eXeLearning). A dedicated translation-review pass can follow separately..distignore: no change needed —.agents/is already excluded from release packages by the existing.*rule (verified againstscripts/package.sh).Files
.agents/skills/changelog/SKILL.mdAGENTS.md(new Agent skills section)Moodle Playground Preview
The changes in this pull request can be previewed and tested using a Moodle Playground instance.
ℹ️ The eXeLearning editor is fetched from the shared release and unpacked into the plugin when the playground boots, so the first load may take a few extra seconds. ELPX upload, viewer and preview work normally.