Storyblok
Official@storyblok · Austria
Joyful Headless. Build faster. Innovate. Use the technologies you love.
Agent Skills by Storyblok
Showing 5 vetted skills indexed across 1 GitHub repositories.
document-writer
Enforce Storyblok documentation style, structure, and spelling standards.
review-and-qa
Analyze code changes to generate a structured QA review plan.
qa-engineer-manual
Plan and execute manual QA for the Storyblok CLI package.
qa-engineer-unit
Write focused Vitest unit tests for JavaScript/TypeScript logic.
qa-engineer-integration
Enforce Vitest integration tests for CLI behavior changes with MSW and memfs.
Frequently Asked Questions About Storyblok
FAQPage SchemaWhat specific tasks are enabled by these quality assurance skills?▼
These skills enable the enforcement of documentation style standards, the generation of structured review plans for code changes, and the execution of both manual and programmatic testing. They specifically support the validation of package logic and command-line interface behavior through unit and integration testing methodologies.
Which target personas benefit from these testing and documentation capabilities?▼
These capabilities are designed for software engineers, quality assurance specialists, and technical writers working within the Storyblok ecosystem. They are particularly useful for developers maintaining package integrity, ensuring consistent documentation standards, and verifying complex logic within JavaScript and TypeScript environments.
What are the technical prerequisites for implementing these testing skills?▼
Implementation requires a development environment configured for JavaScript or TypeScript, specifically utilizing the Vitest framework. Integration testing further necessitates the use of Mock Service Worker for network request interception and memfs for virtual filesystem operations to ensure isolated and reproducible test execution.