mit einem Klick
controller
controller enthält 12 gesammelte Skills von cartridge-gg, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Run commands in specific workspace packages using pnpm filters. Use to execute commands in specific packages within the monorepo.
Run the test suite for the Cartridge Controller monorepo. Use when validating changes, before committing, or when asked to run tests.
Clean all build artifacts and rebuild from scratch. Use when experiencing stale build artifacts, Turbo cache issues, mysterious build failures, or after dependency updates.
Review code changes for quality, correctness, and best practices. Use when asked to review a PR, review changes, or assess code quality before merge.
Regenerate GraphQL types from API schema. Use when API schema has changed, GraphQL queries/mutations added or modified, or type errors in API calls.
Dispatch a release using GitHub Actions. Use when asked to create a release, publish to npm, or start the release process.
Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.
Prepare repository for a new release. Use before creating a release PR to ensure everything is ready.
Run appropriate test suites based on changed files or user request. Use to run tests intelligently based on the type of changes.
Update an existing pull request with new changes or respond to review feedback. Use when addressing PR comments, making requested changes, or updating a PR after review.
Update Storybook visual regression snapshots after intentional UI changes. Use when visual tests fail due to expected changes, or when asked to update snapshots.
Run full validation to ensure code is ready for merge. Use before merging PRs, when asked to validate readiness, or as a final check before requesting review.