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

em

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

수집된 skills
10
Stars
354
업데이트
2026-06-28
Forks
141
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

browser-control-chrome
소프트웨어 개발자

Web (desktop) and Android (mobile Chrome) environment bring-up for driving the em app via the chrome-devtools MCP. Invoked by browser-control when the target is `web` or `android`; not normally called directly.

2026-06-28
browser-control-ios
소프트웨어 개발자

iOS environment bring-up for driving the em Capacitor app on BrowserStack App Automate via the wdio MCP — native (XCUITest) AND web (WKWebView) in one session. Invoked by browser-control when the target is `ios`; not normally called directly.

2026-06-28
browser-control
소프트웨어 개발자

ALWAYS USE THIS SKILL to bring up a browser/app environment for a given target platform (web, android, or ios) before driving the em app. The caller (e.g. issue-repro) decides the platform and passes it in; this skill is a routing hub that delegates to the right platform sub-skill (browser-control-chrome or browser-control-ios).

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

Use this skill after pushing commits or when asked about CI status or to fix failing tests. It monitors GitHub Actions workflow runs for the current branch, waits for completion, returns which checks passed or failed with error details, and provides a methodology for iterating until all checks pass.

2026-06-17
issue-repro
소프트웨어 품질 보증 분석가·테스터

ALWAYS USE THIS SKILL when working on an issue that has "Steps to Reproduce".

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

ALWAYS USE THIS SKILL to run a single e2e test in the real test harness for a given target platform — web/android (Vitest + puppeteer) or iOS (WDIO + Appium + simulator) — and report pass/fail with the failing assertion. Invoked by tdd-write-failing-test and by issue-repro's validation step.

2026-06-17
tdd-write-failing-test
소프트웨어 품질 보증 분석가·테스터

ALWAYS USE THIS SKILL immediately after reproducing a bug that has documented Steps to Reproduce, and before fixing it. Turns the reproduction into a permanent automated regression test and proves it fails for the right reason. Invoked by issue-repro after its Reproduce stage.

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

ALWAYS USE THIS SKILL before writing implementation code for any non-trivial change. Produces a written architectural plan grounded in the existing codebase, then critiques it — both stages, one agent, one atomic unit.

2026-05-27
puppeteer-update-snapshots
소프트웨어 품질 보증 분석가·테스터

Regenerate Puppeteer image snapshots using Docker. Use this skill when Puppeteer tests fail due to missing or outdated snapshots. Only use if the UI change was intentional, matches the user’s request or if you otherwise deem it to be necessary. NEVER use this skill to mask legitimate failures. ALWAYS explain to the user why you felt you needed to update snapshots.

2026-04-27
test-diagnosis
소프트웨어 품질 보증 분석가·테스터

Use this skill when CI checks have failed. It analyzes the failure logs, identifies the specific failing test or build step, categorizes the failure type, and provides guidance on how to fix it. Use in combination with the CI Monitor skill.

2026-04-27