Skip to content

Rename the Reviews skill to Inspect - #12

Merged
rafael-archastro merged 2 commits into
mainfrom
feat/inspect-skill
Sep 11, 2026
Merged

rafael-archastro merged 2 commits into
mainfrom
feat/inspect-skill

Conversation

@rafael-archastro

@rafael-archastro rafael-archastro commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Review on ArchCode

Problem and author intent

ArchDev v0.38.0 (firstlanding #13380) renamed the reviews command tree to inspect, keeping reviews as a deprecated alias that prints a warning. The landing page installs the product as --skill inspect. This repo's skill must carry the same name and command spellings before that page goes to production.

What changed

  • skills/reviews moved to skills/inspect; name: inspect; every command in SKILL.md and the three references now reads archdev inspect ….
  • Bootstrap (.sh and .ps1) probes inspect local --help, inspect workflows run --help, and inspect manifest --help, so any CLI older than 0.38.0 is upgraded.
  • tests/inspect-skill.sh and the Inspect Skill Installation workflow job replace the reviews ones. README section renamed with --skill inspect.
  • No reviews stub skill is kept. Copies already installed keep working: the CLI alias runs the same commands with one warning line.

Not renamed on purpose: .archdev/reviews/*.json, the review-workflow definition directory, and prose uses of "reviews" as a verb or as GitHub reviews.

Testing

  • bash tests/inspect-skill.sh passes: both npx skills add scopes, then cold, reused, outdated, and failed-installer bootstrap against a fixture CLI.
  • Cold bootstrap with no archdev on PATH installed 0.38.0 from the official installer and passed all three inspect probes; archdev reviews guide on that binary prints the deprecation warning and still works.

Follow-up

Promote the ArchDev landing page to production only after this merges; it copies npx skills add ArchAstro/archdev --skill inspect verbatim.

🤖 Generated with Claude Code

https://claude.ai/code/session_01SeihH5jFmVuB1GsaNkFhpA

ArchDev v0.38.0 renamed the `reviews` command tree to `inspect` and keeps
`reviews` as a deprecated alias. The skill follows: `skills/inspect`,
every command spelling, the bootstrap probes (`inspect local`,
`inspect workflows run`, `inspect manifest`), the packaging test, the
workflow job, and the README install section. No `reviews` stub is kept;
installed copies keep working through the CLI alias.
@rafael-archastro
rafael-archastro merged commit 4c62f23 into main Sep 11, 2026
10 checks passed
@rafael-archastro
rafael-archastro deleted the feat/inspect-skill branch September 11, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant