Skip to content

chore: remove bundled agent skill cluster#97

Merged
AmanVarshney01 merged 1 commit into
mainfrom
chore/remove-skills
Jun 23, 2026
Merged

chore: remove bundled agent skill cluster#97
AmanVarshney01 merged 1 commit into
mainfrom
chore/remove-skills

Conversation

@AmanVarshney01

Copy link
Copy Markdown
Member

What

Removes the committed prisma-cli agent skill cluster and all of its supporting machinery from the repo.

Why

The skill cluster (skills/) and its install/validation tooling are no longer something we want bundled in this repo.

Changes

  • Deleted skills/ — the three SKILL.md clusters (prisma-cli, prisma-cli-deploy-nextjs, prisma-cli-feedback), journey tests, and docs.
  • Deleted skill tooling scriptsscripts/prepare-skills.mjs (the pnpm prepare install hook) and scripts/validate-skills.mjs + its test.
  • package.json — removed lint:skills, prepare, and test:skills scripts, plus the skills and gray-matter devDependencies. Lockfile regenerated.
  • .gitignore — removed entries for the generated skill installs (.agents/skills/, .claude/skills/, skills-lock.json).
  • Docs + CLI surface — removed the root README and packages/cli/README.md sections, and the app deploy help longDescription / install example in command-meta.ts that pointed users at the cluster, plus the matching test assertions.

Verification

  • pnpm install — clean (lockfile updated, skill deps dropped)
  • pnpm lint — passes (pre-existing warnings only)
  • pnpm test — 523 passed (42 files)

Drops the committed prisma-cli skill cluster and all of its supporting
machinery:

- skills/ source (skill SKILL.md files, journey tests, docs)
- scripts/prepare-skills.mjs (pnpm prepare install hook) and the
  validate-skills lint/test scripts
- lint:skills, prepare, and test:skills package scripts plus the
  skills and gray-matter devDependencies
- .gitignore entries for the generated skill installs
- README and CLI help references that pointed users at the cluster
  (app deploy longDescription + install example, packages/cli README
  section) and their test assertions
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 782d744f-a59e-4456-9ef8-5f1436eb0a5d

📥 Commits

Reviewing files that changed from the base of the PR and between 3919db7 and 28f9d7f.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (17)
  • .gitignore
  • README.md
  • package.json
  • packages/cli/README.md
  • packages/cli/src/shell/command-meta.ts
  • packages/cli/tests/app.test.ts
  • scripts/prepare-skills.mjs
  • scripts/validate-skills.mjs
  • scripts/validate-skills.test.mjs
  • skills/DEVELOPING.md
  • skills/README.md
  • skills/journey-tests/01-nextjs-first-deploy.md
  • skills/journey-tests/02-feedback-bug.md
  • skills/journey-tests/README.md
  • skills/prisma-cli-deploy-nextjs/SKILL.md
  • skills/prisma-cli-feedback/SKILL.md
  • skills/prisma-cli/SKILL.md
💤 Files with no reviewable changes (17)
  • skills/journey-tests/02-feedback-bug.md
  • skills/README.md
  • skills/prisma-cli-deploy-nextjs/SKILL.md
  • packages/cli/README.md
  • skills/prisma-cli/SKILL.md
  • skills/DEVELOPING.md
  • skills/journey-tests/01-nextjs-first-deploy.md
  • skills/journey-tests/README.md
  • scripts/validate-skills.test.mjs
  • skills/prisma-cli-feedback/SKILL.md
  • .gitignore
  • scripts/validate-skills.mjs
  • package.json
  • packages/cli/tests/app.test.ts
  • scripts/prepare-skills.mjs
  • packages/cli/src/shell/command-meta.ts
  • README.md

Summary by CodeRabbit

  • Chores

    • Removed agent skills infrastructure and related npm scripts to streamline project management
    • Cleaned up development dependencies and validation tooling for simplified setup
  • Documentation

    • Removed agent skills documentation and guided deployment guidance
    • Updated local development test instructions to use simplified testing commands

Walkthrough

This PR removes the agent skills infrastructure from the repository. The skills/ directory files (skill definitions, journey tests, and their documentation) are deleted. The supporting scripts scripts/prepare-skills.mjs and scripts/validate-skills.mjs (along with its test file) are removed. The package.json drops the lint:skills, prepare, and test:skills scripts and removes the gray-matter and skills devDependencies. References to agent skills in the app deploy command metadata and its CLI help tests are deleted. Documentation references across the root and CLI package READMEs are also removed, and .gitignore entries for local skill install artifacts are cleared.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: remove bundled agent skill cluster' accurately and clearly summarizes the main change—removing the skill cluster and related machinery from the repository.
Description check ✅ Passed The description is well-structured and directly related to the changeset, covering What, Why, Changes, and Verification sections that align with the deleted files and modified configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-skills
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch chore/remove-skills

Comment @coderabbitai help to get the list of available commands.

@luanvdw luanvdw left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@AmanVarshney01 looks good!

I checked for stale skill references and did not find any relevant remaining ones. Local validation on the PR head: pnpm install --frozen-lockfile, pnpm --filter @prisma/cli test -- app.test.ts (523 passed), pnpm lint (exit 0 with existing warnings), and git diff --check all passed.

@AmanVarshney01
AmanVarshney01 merged commit ca26012 into main Jun 23, 2026
10 checks passed
@AmanVarshney01
AmanVarshney01 deleted the chore/remove-skills branch June 23, 2026 12:48
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.

2 participants