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.
원문 언어: 영어
메뉴
SkillsMP는 mainzcript/ujl에서 4개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 4개 중 4개를 표시합니다.
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.
원문 언어: 영어
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.
원문 언어: 영어