Build the project for testing
원문 언어: 영어
메뉴
SkillsMP는 adamayoung/popcorn에서 29개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 29개 중 29개를 표시합니다.
Build the project for testing
원문 언어: 영어
Build an individual Swift package for testing
원문 언어: 영어
Build an individual Swift package
원문 언어: 영어
Build the project
원문 언어: 영어
Fix the currently-failing status checks on the current branch's PR in one sweep — route each failing check to /diagnose-ci-failure (via a Haiku subagent), apply and verify the fix, commit, and push once — then return a summary. Use standalone when CI is red,…
원문 언어: 영어
Run tests for an individual Swift package
원문 언어: 영어
Run a specific test target or test class
원문 언어: 영어
Run all unit tests
원문 언어: 영어
Run snapshot tests
원문 언어: 영어
Take the current plan all the way to a ready-to-merge pull request — review the plan (scaled to risk), implement it test-first, code-review and fix, security-review, verify the acceptance criteria, open the PR, and watch it green. Use after you have an…
원문 언어: 영어
Implement the current plan test-first, the Canon TDD way, driving to a single finishing condition — an empty test list. Derives a Canon TDD test list from the plan, shows it before any code, writes one failing test at a time, and keeps the list visible as it…
원문 언어: 영어
Create a pull request
원문 언어: 영어
Capture durable, project-specific learnings from the work just done into the knowledge/ base — gotchas, implementation quirks, tooling traps, SwiftData/CloudKit & TMDb-mapping surprises, things looked up or web-searched, and design decisions (as ADRs). Use…
원문 언어: 영어
Review the working-tree changes (vs origin/main) for correctness, concurrency, architecture, SwiftUI, SwiftData/CloudKit, testing, and project-specific issues — following .github/CODE_REVIEW.md — and return a severity-graded report. Scales the machinery to…
원문 언어: 영어
Watch the current branch's PR (or a given PR number) — reply to and resolve review threads, fix failing checks, and optionally merge when ready
원문 언어: 영어
Implement features and fix bugs test-first, the Canon TDD way (test list → one test → make it pass → refactor → repeat). Use when implementing any new feature, screen, view model, use case, mapper, or domain model, fixing a bug, or executing a plan — write…
원문 언어: 영어
Create a new domain model from TMDb
원문 언어: 영어
Diagnose a failing CI check (lint, build, unit tests, snapshot tests, or release build) — identify which job failed, the cause, and a concrete fix
원문 언어: 영어
Adversarially review the current implementation plan with three independent critic subagents, reconcile their findings into a consensus, and apply the agreed feedback to the plan. Use after drafting a plan (in plan mode or a plan/design doc) and before…
원문 언어: 영어
Sync feature flags from Statsig gates to code
원문 언어: 영어
Add properties to an existing domain model from TMDb
원문 언어: 영어
Create a new business domain context
원문 언어: 영어
Create a new MVVM feature package
원문 언어: 영어
Run UI tests
원문 언어: 영어
Add a screen to an existing feature
원문 언어: 영어
Add a use case to an existing context
원문 언어: 영어
Expert guidance on snapshot testing with swift-snapshot-testing: writing snapshot tests, configuring strategies, device layouts, recording modes, Xcode Cloud CI compatibility, and reviewing snapshot test code. Use when writing new snapshot tests, adding…
원문 언어: 영어
Expert guidance on SwiftData: @Model, ModelContainer, ModelContext, FetchDescriptor, relationships, @ModelActor concurrency, CloudKit sync, migrations (VersionedSchema, SchemaMigrationPlan), and caching strategies. Use when defining models, querying data,…
원문 언어: 영어
Expert guidance on SwiftUI accessibility: labels, traits, actions, focus management, Dynamic Type, motion, color, grouping, rotors, and testing. Use when building or reviewing SwiftUI views, fixing VoiceOver issues, adding accessibility support, reviewing…
원문 언어: 영어