Below you will find pages that utilize the taxonomy term “Rachelslurs”
August 27, 2026
Oversight Lint
Version updated for https://github.com/rachelslurs/oversight-lint-action to version v1.2.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action runs oversight-lint to lint a Storybook MCP components manifest and surface findings as annotations on pull requests. It fails the build when it detects missing component descriptions in the manifest, ensuring that regressions are caught at CI. The action also supports configuring linting rules through an oversight.config.json file or via input parameters, including options for setting a maximum number of warnings and enabling extractor drift checking.
August 8, 2026
Oversight Lint
Version updated for https://github.com/rachelslurs/oversight-lint-action to version v1.2.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates linting of Storybook MCP components manifest files using the oversight-lint tool. It checks that each component has comprehensive documentation, failing the build if any components are missing descriptions or have incomplete docgen content. The action integrates with the storybook-addon-oversight for real-time documentation surfaces in Storybook during development.
August 4, 2026
Oversight Lint
Version updated for https://github.com/rachelslurs/oversight-lint-action to version v1.1.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates linting of Storybook MCP components to ensure component documentation is present. It fails the build if any components are missing documentation, helping catch regressions early in the development cycle. The action reads the built components JSON from a manifest and compares it against expected documentation using rules defined in oversight.config.json.