Build the project for testing
原文语言:英语
菜单
SkillsMP 已收集 adamayoung/popcorn 中的 29 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 29 / 29 个已收集 Skill。
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…
原文语言:英语