code-payments

13 mods across 1 repository, 23 stars between them.

bug-triage

01

code-payments/code-android-app

Agent Claude Code

Use this agent when the user wants to triage, investigate, or diagnose a bug report, crash, or error — typically referenced via a Bugsnag link, stack trace, error message, or user-reported issue. The agent traces the error through the codebase to identify root causes and suggest fixes.\n\nExamples:\n\n- user: "/triage…

23 yesterday A 335 tokens original MIT

dependency-impact

02

code-payments/code-android-app

Agent Claude Code

Use this agent when bumping a dependency or evaluating the impact of a library update. It traces which modules depend on the library, checks for breaking API changes, identifies affected code paths, and suggests targeted test runs. Examples: user: "what's the impact of bumping compose to 1.12?" assistant: "I'll…

23 yesterday A 219 tokens original MIT

module-scaffolder

03

code-payments/code-android-app

Agent Claude Code

Use this agent when the user wants to create a new feature module, shared module, or library module in the project. The agent generates the full skeleton: build.gradle.kts, package structure, entry-point files, navigation registration, and settings.gradle.kts inclusion. Examples: user: "create a new feature module for…

23 yesterday A 216 tokens original MIT

pr-reviewer

04

code-payments/code-android-app

Agent Claude Code

Use this agent to review a pull request for code quality, architectural consistency, and potential issues. It understands the project's patterns (CompositionLocal injection, MVI/MVVM, convention plugins, proto model boundaries) and flags anti-patterns. Examples: user: "review this PR" or "review #123" assistant: "I'll…

23 yesterday A 158 tokens original MIT

proto-change-tracer

05

code-payments/code-android-app

Agent Claude Code

Use this agent after fetching updated protobuf definitions (e.g., after /fetch-protos) to trace the impact of proto changes through the codebase: generated code → API wrappers → services → repositories → controllers → features. Examples: user: "what changed in the protos and what needs updating?" assistant: "I'll…

23 yesterday A 166 tokens original MIT

test-gap-finder

06

code-payments/code-android-app

Agent Claude Code

Use this agent to identify untested code and generate test stubs. Given a changed file, feature module, or area of the codebase, it finds what lacks test coverage and scaffolds tests following the project's established patterns. Examples: user: "what's untested in the cash feature?" assistant: "I'll analyze the cash…

23 yesterday A 204 tokens original MIT

build-lookup

07

code-payments/code-android-app

Skill Claude CodeCodex

Look up the git commit and GitHub Actions run for a Flipcash versionCode. Usage: /build-lookup.

23 yesterday A 31 tokens original MIT

dep-review

08

code-payments/code-android-app

Skill Claude CodeCodex

Review a Dependabot PR for breaking changes, gotchas, and required code updates. Usage: /dep-review.

23 yesterday A 31 tokens original MIT

fetch-protos

09

code-payments/code-android-app

Skill Claude CodeCodex

Bump a client-protocol artifact, summarize the contract changes it carries, and scaffold new service stubs. Usage: /fetch-protos [flipcash|opencode] [version].

23 yesterday A 42 tokens original MIT

r8-mapping

10

code-payments/code-android-app

Skill Claude CodeCodex

Download and use the R8 mapping file for a Flipcash release build to deobfuscate stack traces. Usage: /r8-mapping.

23 yesterday A 38 tokens original MIT

release-notes

11

code-payments/code-android-app

Skill Claude CodeCodex

Generate GitHub release notes from git refs (tags, commits, or HEAD). Usage - /release-notes . Runs the changelog script, then rewrites the output into polished GitHub release notes.

23 yesterday A 50 tokens original MIT

triage

12

code-payments/code-android-app

Skill Claude CodeCodex

Triage a Bugsnag production issue — either the top open issue or a specific issue by URL/ID. Investigate with evidence from stack traces / logs / breadcrumbs, propose a fix direction, route through domain experts, and write a lean review brief.

23 yesterday A 54 tokens original MIT