원클릭으로
update-monorepo-deps
Update and maintain dependencies, overrides, and sandbox testing for updates for a monorepo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update and maintain dependencies, overrides, and sandbox testing for updates for a monorepo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
Implement a piece of work based on a specification or set of issues.
Open Plannotator's annotation UI for a markdown file, HTML file, URL, or folder and then respond to the returned annotations.
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
Turn the current conversation into a specification and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
| name | update-monorepo-deps |
| description | Update and maintain dependencies, overrides, and sandbox testing for updates for a monorepo. |
| compatibility | Requiers pnpm or devbox |
| metadata | {"author":"janbiasi","version":"1.0"} |
First, run pnpx taze --all --recursive to retrieve the list of updateable dependencies.
Do not list major updates if the user instructs to prevent breaking changes.
Present the list to the developer and let them review.
After review, update the confirmed deps and install via pnpm install.
Re-check pnpm audit for any new vulnerabilities and potentially required overrides.
Continue with the update process for overrides by running the following prompt in a subagent:
We need to patch current >= high vulnearbilities in the project; be careful about duplicated and/or transitive dependencies (i.E. tmp bricks lerna/nx publishing on update).
Check the [docs/dependency-relations.md](docs/dependency-relations.md) for initial details and keep those in mind during sandbox testing.
Please evaluate which updates/overrides work and which wont in isolated sandboxes.
Document revealed relations of dependencies and overrides in [docs/dependency-relations.md](docs/dependency-relations.md).