Build the project for testing
Langue du texte source : anglais
Menu
SkillsMP a collecté 29 skills depuis adamayoung/popcorn. Ouvrez un skill pour examiner sa source et ses détails.
Affichage de 29 skills collectés sur 29.
Build the project for testing
Langue du texte source : anglais
Build an individual Swift package for testing
Langue du texte source : anglais
Build an individual Swift package
Langue du texte source : anglais
Build the project
Langue du texte source : anglais
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,…
Langue du texte source : anglais
Run tests for an individual Swift package
Langue du texte source : anglais
Run a specific test target or test class
Langue du texte source : anglais
Run all unit tests
Langue du texte source : anglais
Run snapshot tests
Langue du texte source : anglais
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…
Langue du texte source : anglais
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…
Langue du texte source : anglais
Create a pull request
Langue du texte source : anglais
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…
Langue du texte source : anglais
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…
Langue du texte source : anglais
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
Langue du texte source : anglais
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…
Langue du texte source : anglais
Create a new domain model from TMDb
Langue du texte source : anglais
Diagnose a failing CI check (lint, build, unit tests, snapshot tests, or release build) — identify which job failed, the cause, and a concrete fix
Langue du texte source : anglais
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…
Langue du texte source : anglais
Sync feature flags from Statsig gates to code
Langue du texte source : anglais
Add properties to an existing domain model from TMDb
Langue du texte source : anglais
Create a new business domain context
Langue du texte source : anglais
Create a new MVVM feature package
Langue du texte source : anglais
Run UI tests
Langue du texte source : anglais
Add a screen to an existing feature
Langue du texte source : anglais
Add a use case to an existing context
Langue du texte source : anglais
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…
Langue du texte source : anglais
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,…
Langue du texte source : anglais
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…
Langue du texte source : anglais