Update the project CHANGES.md with issues from a given GitHub milestone, with correct categorization and references.
Create a user-facing GitHub issue from a PR, separating the WHAT from the HOW, with correct milestone, project, labels, and issue type.
Fetch information from Taiga public API for the Penpot project (id 345963) — issues, user stories, and tasks, without authentication.
Evaluate Clojure code via nREPL using the standalone tools/nrepl-eval.mjs CLI tool.
Port changes from a specific Git commit to the current branch by manually applying the diff, avoiding cherry-pick when it would introduce complex conflicts.