Skip to content

chore: remove outdated documentation and screenshot scripts - #651

Open
priyanshu6238 wants to merge 2 commits into
mainfrom
remove/skills
Open

chore: remove outdated documentation and screenshot scripts#651
priyanshu6238 wants to merge 2 commits into
mainfrom
remove/skills

Conversation

@priyanshu6238

@priyanshu6238 priyanshu6238 commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Documentation

    • Removed the internal documentation authoring guides, workflows, and screenshot instructions.
    • Removed screenshot recipes for chat and flow scenarios.
  • Chores

    • Removed the automated screenshot and video capture tooling.
    • Removed related development scripts and packages from the project configuration.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The pull request removes the documentation skill and its supporting guides, screenshot recipes, and Playwright screenshot runner. It also removes screenshot and video npm scripts and the dotenv, js-yaml, and playwright development dependencies from package.json.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided, so its relevance to the changeset cannot be evaluated. Add a concise description that explains the removal of the documentation skill, screenshot scripts, recipes, and related dependencies.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the removal of outdated documentation and screenshot tooling.
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.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
package.json (1)

32-32: 🩺 Stability & Availability | 🟠 Major | ⚡ Quick win

Keep dotenv as a direct dependency.

docusaurus.config.js executes require("dotenv").config() during Docusaurus startup. Removing dotenv causes a clean installation to fail with Cannot find module "dotenv". Restore the previously declared dotenv development dependency.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 32, Restore dotenv as a direct development dependency
in package.json so docusaurus.config.js can load require("dotenv").config()
during startup after a clean installation.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@package.json`:
- Line 32: Restore dotenv as a direct development dependency in package.json so
docusaurus.config.js can load require("dotenv").config() during startup after a
clean installation.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: d7baca1e-f5a0-436c-81d4-53ea3ce0b3c1

📥 Commits

Reviewing files that changed from the base of the PR and between ca776cc and 97a5323.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (11)
  • .claude/skills/documentation/SKILL.md
  • .claude/skills/documentation/screenshots.md
  • .claude/skills/documentation/sections.md
  • .claude/skills/documentation/style-images.md
  • .claude/skills/documentation/style-page.md
  • .claude/skills/documentation/style-writing.md
  • .claude/skills/documentation/workflow.md
  • package.json
  • scripts/recipes/chats.yaml
  • scripts/recipes/flows.yaml
  • scripts/screenshot.js
💤 Files with no reviewable changes (10)
  • .claude/skills/documentation/style-writing.md
  • .claude/skills/documentation/sections.md
  • .claude/skills/documentation/screenshots.md
  • .claude/skills/documentation/style-images.md
  • scripts/screenshot.js
  • .claude/skills/documentation/SKILL.md
  • scripts/recipes/flows.yaml
  • .claude/skills/documentation/style-page.md
  • .claude/skills/documentation/workflow.md
  • scripts/recipes/chats.yaml

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