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

popcorn

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

수집된 skills
29
Stars
1
업데이트
2026-07-10
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

build-for-testing
소프트웨어 개발자

Build the project for testing

2026-07-10
build
소프트웨어 개발자

Build the project

2026-07-10
deliver
소프트웨어 개발자

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 approved plan (e.g. from plan mode) and want the rest of the feature pipeline run end-to-end. Invoking it is itself plan approval — it then runs autonomously to a single hard stop: ready-to-merge.

2026-07-10
test-single
소프트웨어 품질 보증 분석가·테스터

Run a specific test target or test class

2026-07-10
test
소프트웨어 품질 보증 분석가·테스터

Run all unit tests

2026-07-10
test-snapshots
소프트웨어 품질 보증 분석가·테스터

Run snapshot tests

2026-07-10
capture-knowledge
소프트웨어 개발자

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 before opening a PR (it runs automatically in /deliver), or any time you've learned something worth remembering. Records only non-obvious, reusable facts; skips anything already in the repo, CLAUDE.md, or git history.

2026-07-09
pr
소프트웨어 개발자

Create a pull request

2026-07-09
review-changes
소프트웨어 품질 보증 분석가·테스터

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 the diff size: a single code-reviewer agent for a small change, or a fan-out-and-verify Workflow for a large/multi-unit one. Produces findings; it does not apply fixes (the caller does).

2026-07-09
watch-pr
소프트웨어 개발자

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

2026-07-09
canon-tdd
소프트웨어 개발자

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 the test list and a failing test BEFORE production code.

2026-06-19
create-domain-model
소프트웨어 개발자

Create a new domain model from TMDb

2026-06-19
diagnose-ci-failure
소프트웨어 품질 보증 분석가·테스터

Diagnose a failing CI check (lint, build, unit tests, snapshot tests, or release build) — identify which job failed, the cause, and a concrete fix

2026-06-19
fix-pr-checks
소프트웨어 개발자

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, or as the check-fixing step invoked by /watch-pr. Repo is adamayoung/popcorn.

2026-06-19
implement-plan
소프트웨어 개발자

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 evolves. Use when the user asks to implement, build, or execute the current/approved plan.

2026-06-19
review-plan
프로젝트 관리 전문가

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 starting implementation, or whenever the user asks to pressure-test, critique, or harden a plan.

2026-06-19
sync-feature-flags
소프트웨어 개발자

Sync feature flags from Statsig gates to code

2026-06-19
update-domain-model
소프트웨어 개발자

Add properties to an existing domain model from TMDb

2026-06-19
add-context
소프트웨어 개발자

Create a new business domain context

2026-06-10
add-feature
소프트웨어 개발자

Create a new MVVM feature package

2026-06-10
build-package-for-testing
소프트웨어 개발자

Build an individual Swift package for testing

2026-06-10
build-package
소프트웨어 개발자

Build an individual Swift package

2026-06-10
test-package
소프트웨어 개발자

Run tests for an individual Swift package

2026-06-10
test-ui
소프트웨어 품질 보증 분석가·테스터

Run UI tests

2026-06-10
add-screen
소프트웨어 개발자

Add a screen to an existing feature

2026-06-10
add-use-case
소프트웨어 개발자

Add a use case to an existing context

2026-06-10
snapshot-testing-expert
소프트웨어 품질 보증 분석가·테스터

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 snapshot coverage to features, debugging snapshot failures, reviewing snapshot test code, or configuring CI for snapshots.

2026-06-10
swiftdata-expert
소프트웨어 개발자

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, setting up persistence, debugging SwiftData issues, planning migrations, or reviewing SwiftData code.

2026-06-10
swiftui-accessibility-expert
소프트웨어 개발자

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 accessibility compliance, or improving assistive technology experience.

2026-06-10