Matt McKenna
Community@himattm · Maryland
Agent Skills by Matt McKenna
Showing 20 vetted skills indexed across 1 GitHub repositories.
code-as-image
Convert code snippets into syntax-highlighted images via ray.so URLs.
interrogation
Asks batched clarifying questions in up to three rounds to resolve ambiguous prompts before proceeding.
address-gemini-review
Triage and validate gemini-code-assist PR review comments via GitHub API.
review-cycle
Automate pull request reviews by spawning specialist agents to analyze diffs.
validate-merge-prs
Plan and validate the full PR merge lifecycle for open pull requests.
android-regression-diff-scan
Analyzes the diff between two git refs to identify likely regression causes.
verify-android-screen
Capture Android screens to PNG and delegate analysis to a sub-agent.
android-coroutine-trace
Diagnose stuck or leaked Kotlin coroutines in Android apps using DebugProbes.
android-perfetto-analyze
Analyze Android Perfetto traces with trace_processor SQL and produce verdict-ready findings.
android-crash-repro-loop
Automates adb trigger sequences to reproduce Android crashes and ANRs until detection.
android-cli
Automate Android project creation, deployment, SDK management, and environment diagnostics via the android CLI.
new-android-app
Scaffold a single-module Compose Android app with Metro DI, Circuit, and Ktor.
android-trace-sections
Instrument Android apps with Perfetto trace sections for timing and thread analysis.
android-strictmode-probe
Enable StrictMode in Application.onCreate to log main-thread policy violations.
android-runtime-flag-probe
Run temporary Android framework diagnostics via adb setprop and Settings changes.
android-snapshot-diff
Capture and diff Android UI snapshots to verify state changes.
android-probe-logging
Insert ephemeral Log.d probes and capture sentinel logs in logcat to verify Android code path execution.
verify-android-layout
Validate Android UI elements by inspecting layout JSON for text, resource IDs, and states.
android-reproduce-as-test
Write a failing Android Kotlin/Java test that reproduces a bug before production changes.
android-perfetto-capture
Capture Perfetto traces from Android devices into .perfetto-trace files.