Skip to main content
Run any Skill in Manus
with one click
apphud
GitHub creator profile

apphud

Repository-level view of 5 collected skills across 2 GitHub repositories.

skills collected
5
repositories
2
updated
2026-06-24
repository explorer

Repositories and representative skills

sdk-upgrade-safety
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
Showing 2 of 2 repositories
All repositories loaded