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

ApphudSDK-Android

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

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

이 저장소의 skills

sdk-upgrade-safety
소프트웨어 품질 보증 분석가·테스터

Ensures SDK changes do not crash or break apps upgrading from older SDK versions. Use when modifying SharedPreferences, Gson/cached models, DTOs, Storage, UserDataSource, cache migration, or any persisted SDK state. Use proactively before finishing SDK persistence or API model changes — not only when the user mentions upgrades.

2026-06-24
make-commit
소프트웨어 개발자

Creates atomic git commits for current changes — analyzes diff, groups by context and creates commits in "branch-name: Description" format. Use when the user says "make a commit", "commit changes", "create commit", "split into commits". NOT for review fixups (fixup + autosquash). NOT for rebuilding branch history (/recommit).

2026-06-15
recommit
소프트웨어 개발자

Fully restructures branch commit history — resets all commits to master, regroups changes and creates clean atomic history. Use when the user says "rebuild commit history", "regroup commits", "history is messy — clean it up", "recommit", "split commits properly". DANGEROUS operation — rewrites history, requires confirmation. NOT for single fixes (fixup). NOT for just adding a commit (/make-commit).

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

Writes or modifies unit tests following the project testing guide. Before writing tests, reads agentdocs/unitTest.md for patterns and conventions. Use when the user says "write tests", "add unit tests", "cover with tests", "create test class", "fix tests", "update tests". NOT for UI/instrumentation tests. NOT for integration tests.

2026-06-15