Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

controller

controller 收录了来自 cartridge-gg 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
80
更新
2026-02-16
Forks
49
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

package-filter
软件开发工程师

Run commands in specific workspace packages using pnpm filters. Use to execute commands in specific packages within the monorepo.

2026-02-16
run-tests
软件质量保证分析师与测试员

Run the test suite for the Cartridge Controller monorepo. Use when validating changes, before committing, or when asked to run tests.

2026-02-16
clean-build
软件开发工程师

Clean all build artifacts and rebuild from scratch. Use when experiencing stale build artifacts, Turbo cache issues, mysterious build failures, or after dependency updates.

2026-01-27
code-review
软件质量保证分析师与测试员

Review code changes for quality, correctness, and best practices. Use when asked to review a PR, review changes, or assess code quality before merge.

2026-01-27
codegen
软件开发工程师

Regenerate GraphQL types from API schema. Use when API schema has changed, GraphQL queries/mutations added or modified, or type errors in API calls.

2026-01-27
dispatch-release
软件开发工程师

Dispatch a release using GitHub Actions. Use when asked to create a release, publish to npm, or start the release process.

2026-01-27
pre-commit-check
软件开发工程师

Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.

2026-01-27
release-prep
软件开发工程师

Prepare repository for a new release. Use before creating a release PR to ensure everything is ready.

2026-01-27
test
软件质量保证分析师与测试员

Run appropriate test suites based on changed files or user request. Use to run tests intelligently based on the type of changes.

2026-01-27
update-pr
软件开发工程师

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.

2026-01-27
update-storybook-snapshots
软件质量保证分析师与测试员

Update Storybook visual regression snapshots after intentional UI changes. Use when visual tests fail due to expected changes, or when asked to update snapshots.

2026-01-27
validate-before-merge
软件开发工程师

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.

2026-01-27