Skip to main content
anwilli5
GitHub creator profile

anwilli5

Repository-level view of 10 collected skills across 1 GitHub repositories.

skills collected
10
repositories
1
updated
2026-07-04
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

add-yearly-coins
software-developers

Add a new year's coins to all active (ongoing) collection types and bump the database version — the annual maintenance workflow performed when the U.S. Mint issues new coins. Use when asked to add this year's coins, do the annual coin update, or extend ongoing series to a new year. NOT for adding entirely new collection types — use the add-coin-collection skill for that.

2026-07-04
capture-debug-screenshot
software-developers

Capture a screenshot from a running Android emulator for UI debugging or review using the mobile-mcp MCP server. Use when asked to take a screenshot, capture the current screen, check the UI, show me the app, what does the screen look like, verify a UI change, screenshot for debugging, or screenshot of the emulator. Supports interactive navigation (tap, scroll, type) before capturing. NOT for regenerating the full set of store listing screenshots — use the capture-store-screenshots skill for that.

2026-07-04
database-migration
database-architects

Perform a database migration to add new coins, fix data, or modify the schema. Use when asked to add coins to an existing collection, bump the database version, do a database upgrade, add yearly coins, fix coin data, or modify the database schema. Covers incrementing DATABASE_VERSION, updating collection upgrade methods, and schema-level changes. NOT for creating an entirely new collection type — use the add-coin-collection skill for that.

2026-07-04
deploy-with-fastlane
software-developers

Deploy the Android app to Google Play and the Amazon Appstore with this repo's Fastlane lanes. Use when asked to deploy a build, upload an APK to the Play Store or Amazon Appstore, push to the alpha/beta/internal tester track, release to production, wire up supply authentication, configure release signing, or understand and modify the Fastfile deploy lanes and the CI release flow. NOT for generating store screenshots — use the capture-store-screenshots skill — and NOT the annual coin update itself — use the add-yearly-coins prompt.

2026-07-04
release-checklist
software-developers

Run the pre-release verification checklist before triggering the GitHub Actions release workflow. Verifies unit tests, lint, version bump in AndroidManifest.xml, DATABASE_VERSION, store metadata, screenshots, and git state, then reports a summary table. Use when asked to run the release checklist, verify release readiness, or check that everything is ready before a release.

2026-07-04
review-changes
software-quality-assurance-analysts-and-testers

Domain-specific review of uncommitted changes to collection classes, database migrations, or flags — checks migration guards (!fromImport, oldVersion <=), collection-upgrade completeness, checkbox flag round-trip and masks, COIN_IMG_IDS/COLLECTION_TYPES array immutability, and test coverage. Use before committing any change that touches DatabaseHelper migrations, collection classes, or CollectionListInfo flags. NOT a general code review — use /code-review for that.

2026-07-04
run-tests
software-quality-assurance-analysts-and-testers

Run the project's test suites and interpret results. Use when asked to run tests, verify changes, check if tests pass, run unit tests, run lint, run instrumented tests, or validate a change. Covers unit tests (Robolectric), instrumented tests (Espresso), and lint checks with the correct Gradle commands and output locations.

2026-07-04
ui-regression-test
software-quality-assurance-analysts-and-testers

Run a UI sanity check and export/import test against a connected Android emulator using the mobile-mcp MCP server and adb. Covers the two flows Espresso cannot automate (system file picker export/import). Requires a running emulator or connected device and the mobile-mcp server. NOT for general regression testing — the instrumented test suite covers everything else.

2026-07-04
Showing top 8 of 10 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded