Updates UJL workspace dependencies to latest versions in one run by starting with pnpm outdated -r, applying pnpm up -r --latest, and running verification checks with a report in .support/deps. Also checks for pnpm version updates.
mainzcript/ujl
SkillsMP has collected 4 skills from mainzcript/ujl. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 6
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Creates a lean Changeset for UJL in one run by inspecting branch diff and commit messages, then writing a compact one-line .changeset markdown file. Use when the user asks to add, draft, or create a changeset.
Performs automated branch reviews for the UJL Framework by analyzing git diffs and generating structured review reports saved to .support/review. Use when the user asks for a branch review, code review, PR review, or requests a review of current changes in…
Creates a pull request draft for UJL by inspecting branch changes via git and writing a completed PR document to .support/pr based on .github/pull_request_template.md. Use when the user asks to prepare, draft, or write a PR.