Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

construculator-app

construculator-app には ripplearc から収集した 10 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
10
Stars
2
更新
2026-06-23
Forks
0
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

code-data
ソフトウェア開発者

Stage 3: Coding (Data Layer) - Write RepositoryImpl, DataSources, and DTOs. Data layer implements repository interfaces and handles external data sources (API, DB, cache). ⚠️ INVOCATION: Only use when the ticket touches the data layer (repository implementations, data sources, API/DB access). Trigger: "write data code", "implement data layer", "create datasource" (DataSource interface + related data layer classes)

2026-06-23
code-domain
ソフトウェア開発者

Stage 3: Coding (Domain Layer) - Write UseCases, Repositories (interfaces), and Services. Domain layer contains pure business logic with no knowledge of UI or data sources. ⚠️ INVOCATION: Only use when the ticket touches the domain layer (business logic, use cases, repository interfaces). Trigger: "write domain layer code", "implement domain layer use cases", "create domain usecase"

2026-06-23
code-integration
ソフトウェア開発者

Stage 3: Coding (Integration Layer) - GATED - Only for new third-party SDK integrations. Creates wrapper layer so domain never imports SDKs directly. ⚠️ GATED: Only use when ticket explicitly requires adding an external service/SDK that is not previously implemented or integrated in the codebase. Examples: new payment provider, analytics SDK, push notification service. Trigger: "integrate new SDK", "add third party service", "create wrapper"

2026-06-23
code-presentation
ソフトウェア開発者

Stage 3: Coding (Presentation Layer) - Write Pages, BLoCs, and Widgets. Presentation layer handles UI, state coordination, and user interaction with zero business logic. ⚠️ INVOCATION: Only use when the ticket touches the presentation layer (UI, screens, BLoC state management). Trigger: Any of the following phrases exactly as written, without variations: "write UI code", "implement presentation layer", "create page", "create bloc"

2026-06-23
plan-implementation
ソフトウェア開発者

Stage 2: Implementation Planning - Decide what to create before writing code. Applies the Digestible PR and Naming & Abstraction rules; checks CoreUI availability. Trigger: "plan implementation" (implementation planning intent), "plan this feature" (ticket-to-file planning intent), "what files do we need for implementation"

2026-06-23
pr-review
ソフトウェア品質保証アナリスト・テスター

Modular PR review for Flutter/Dart changes. Auto-detects which rules apply to each changed file, applies the full rule set in skills/rules/ (referenced by name), and returns a copy-paste-ready markdown PR description + review table. Use when a user asks to review a PR, review a branch, compare branches, or check naming, CoreUI, testing, streams, localization, accessibility, logging, or UI/business separation. Trigger phrases: "review this PR", "review my PR", "review feat/X to main", "check my branch", "code review", "analyze my changes".

2026-06-23
read-ticket
ソフトウェア開発者

Stage 1: Ticket Intake - Understand what to build before coding begins. Identifies architecture layers, anticipates classes, determines test types, flags ambiguities. Trigger: "read ticket CA-123", "analyze ticket", "what does CA-456 require"

2026-06-23
write-tests-mutation
ソフトウェア品質保証アナリスト・テスター

Stage 4: Testing - GATED - Run mutation testing for complex business logic. Validates test quality by introducing bugs and checking if tests catch them. ⚠️ GATED: Only for code with at least three conditional branches, complex mathematical calculations, or significant data transformation logic (pagination, filtering, sorting). Trigger: "run mutation tests", "mutation testing", "check mutation score"

2026-06-23
write-tests
ソフトウェア品質保証アナリスト・テスター

Stage 4: Testing - Write unit tests (domain, data, blocs) and widget tests (pages, widgets). Uses REAL implementations within feature; fakes only at I/O boundaries and library dependencies. Trigger: "write tests", "create unit tests", "create widget tests"

2026-06-23
write-tests-golden
ソフトウェア品質保証アナリスト・テスター

Stage 4: Testing - GATED - Write golden/screenshot tests for layout-sensitive UI changes. Visual regression testing to catch unintended UI changes. ⚠️ GATED: Only when ticket introduces or changes UI that affects layout, spacing, sizing, component arrangement, or visual themes (for example, new pages, multi-state widgets, or theme changes). Trigger: "write golden tests", "create screenshot tests", "add visual tests"

2026-06-10