Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

packages

packages에는 flutter에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
7
Stars
5.3k
업데이트
2026-07-01
Forks
3.8k
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

pre-push-skill
소프트웨어 개발자

Executes the required pre-push steps for the flutter/packages repository. Call this tool immediately whenever the user asks to push, asks if the user/you are ready to push, or wants to validate their local changes are ready to become a pull request.

2026-07-01
check-readiness
소프트웨어 개발자

Run this skill to check if the repository is ready for new work. Use this skill whenever the user asks to "check readiness", "see if we are ready to start work", or when starting a new task in the camera_android_camerax package.

2026-06-30
dart-add-unit-test
소프트웨어 품질 보증 분석가·테스터

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

2026-06-22
dart-collect-coverage
소프트웨어 품질 보증 분석가·테스터

Collect coverage using the coverage packge and create an LCOV report

2026-06-22
dart-generate-test-mocks
소프트웨어 품질 보증 분석가·테스터

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.

2026-06-22
dart-run-static-analysis
소프트웨어 개발자

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

2026-06-22
flutter-add-integration-test
소프트웨어 품질 보증 분석가·테스터

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.

2026-06-22