Skip to content

Detect common skill updates during script/run#11455

Open
zachlloyd wants to merge 1 commit into
masterfrom
zach/skills-installer-fixes
Open

Detect common skill updates during script/run#11455
zachlloyd wants to merge 1 commit into
masterfrom
zach/skills-installer-fixes

Conversation

@zachlloyd
Copy link
Copy Markdown
Contributor

Description

  • Route normal ./script/run common-skills setup through the installer's --if-needed path instead of exiting early after --verify-only.
  • This lets local runs detect newer warpdotdev/common-skills content and prompt to refresh skills-lock.json.
  • Refresh skills-lock.json to the latest accepted common-skills lock produced during verification.

Agent conversation: https://staging.warp.dev/conversation/15c99a45-ffd2-4d3c-9d6e-0267b310c115

Linked Issue

  • N/A — developer workflow fix

Testing

  • bash -n script/run
  • git diff --check
  • /Users/zach/Projects/common-skills/scripts/install_common_skills --repo-root /Users/zach/Projects/warp --verify-only --quiet
  • cargo fmt --all --check --manifest-path /Users/zach/Projects/warp/Cargo.toml
  • cargo clippy --workspace --all-targets --all-features --tests -- -D warnings
  • Manually exercised ./script/run; it detected updated common skills, refreshed the lock after confirmation, reinstalled, and continued into the app build.

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

CHANGELOG-NONE

Co-Authored-By: Oz oz-agent@warp.dev

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 20, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 20, 2026

@zachlloyd

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR routes normal ./script/run common-skills setup through the installer --if-needed path so interactive runs can detect and accept upstream common-skill lock updates, and refreshes skills-lock.json to the latest accepted common-skills lock.

Concerns

  • No blocking correctness, security, or spec-alignment concerns found in the changed lines.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant