Envy-7z
@Envy-7z
Public Skills
android-release-checklist
by Envy-7z
Prepare Android release notes, risks, and QA checklist for Play Store submission and internal release.
android-api-dto-safety
by Envy-7z
Harden Android Kotlin API DTO/mapping (Retrofit/Moshi/Gson) for nullability and contract safety. Use when fixing 4xx/5xx parsing, NPEs, or mismatched fields.
automate-flutter-app-releases
by Envy-7z
Automate your Flutter app releases to beta or production with this handy shell script that handles version bumping, formatting, cleaning, rebuilding, and deployment via Fastlane.
bitbucket-pr-summary-qa
by Envy-7z
Summarize a Bitbucket pull request and produce a QA checklist and risk list. Use when preparing PR description, reviewer notes, or release notes.
android-architecture
by Envy-7z
Use when implementing MVVM, clean architecture, dependency injection with Hilt, or structuring Android app layers.
complexity-review
by Envy-7z
Reviews technical proposals against 30 complexity dimensions. Questions necessity of scale, consistency, and resilience. Use when proposing technologies (Kafka, microservices, event sourcing) or designing systems. Pushes for simplest viable approach.
flutter-fastlane-one-click-beta
by Envy-7z
Deploy your Flutter app to the App Store and Google Play with ease using this step-by-step guide covering installation, project setup, Fastlane integration, and automated deployments with Automator.
android-compose-feature-delivery
by Envy-7z
End-to-end Android feature delivery workflow for Kotlin + Compose + XML (when mixed stacks exist). Use for implementing a new feature from requirement/design to verifiable patch in small safe steps with clean architecture boundaries.
mobile-context-compression
by Envy-7z
Token-efficient workflow for Android and Flutter development that compresses task context without losing correctness. Use when conversations get long, context windows are tight, tasks span many files, or you need concise updates while preserving evidence and engineering quality.
code-simplifier
by Envy-7z
Simplifies and refines code for clarity, readability, and maintainability. Reduces complexity without changing behavior. Use when simplifying, cleaning up, or reducing complexity in code.
mobile-ci-cd-evolution
by Envy-7z
CI/CD optimization workflow for existing mobile pipelines (Android and Flutter) across Bitbucket, GitHub Actions, GitLab, Jenkins, and Fastlane. Use when auditing current CI/CD setup, reducing build time/flakiness, improving release safety, or planning incremental pipeline upgrades without destabilizing delivery.
android-logcat-root-cause
by Envy-7z
Analyze Android Logcat/crash traces to find the true root cause and propose a minimal Kotlin fix. Use when debugging crashes, ANRs, or runtime exceptions.
flutter-ui-fix-from-qa
by Envy-7z
Fix Flutter UI issues based on QA screenshots (padding, spacing, alignment, dividers). Use when asked to match UI precisely without refactoring unrelated code.
Kotlin Coroutines
by Envy-7z
Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels, and patterns for building efficient asynchronous code with cancellation and exception handling.
figma-to-flutter-widget
by Envy-7z
Convert Figma specs into Flutter widgets. Use when implementing new UI from Figma and the project has an existing design system.
flutter-terminal-cheat-sheet
by Envy-7z
This post provides a handy collection of Flutter commands and scripts for web development, package creation, troubleshooting, testing, and more, streamlining your Flutter workflow.
mobile-update-advisor
by Envy-7z
Mobile dependency and platform update advisor for Android and Flutter projects. Use when mapping project structure, evaluating SDK/dependency updates, prioritizing technical debt, identifying architecture hotspots, or creating a safe improvement roadmap.
mobile-pr-merge-gatekeeper
by Envy-7z
Mobile pull request review and merge gate for Android and Flutter codebases. Use when reviewing junior or peer code, deciding whether a PR is safe to merge, classifying findings severity, or preparing final merge notes with explicit block/approve decisions.
small-safe-steps
by Envy-7z
Small Safe Steps (S3): breaks work into 1-3h increments with zero downtime. Use when asking "how do I implement/migrate/refactor", "what steps to do X", "plan safe migration", or handling risky DB/API changes. Applies expand-contract pattern for migrations, refactorings, schema changes.
mobile-delivery-command-center
by Envy-7z
Top-level orchestration skill for Android/Flutter delivery from feature implementation to review, conflict resolution, merge, release, and CI/CD improvement. Use when you want one lead workflow that routes tasks safely, keeps responses token-efficient, and protects production stability.
mobile-ci-release-flow
by Envy-7z
Android and Flutter CI/release readiness workflow for branch validation, failure triage, QA checklist creation, and release-note risk review. Use when preparing mobile PRs for merge, fixing broken CI, validating a release candidate, or deciding go/no-go for internal or store release.
using-fastlane-in-flutter-and-ci
by Envy-7z
Automate Flutter app builds and deployments to both the App Store and Google Play using Fastlane with this step-by-step guide.
hamburger-method
by Envy-7z
Slices features into vertical deliverable pieces using the Hamburger Method. Generates 4-5 implementation options per layer and composes minimal end-to-end slices. Use when slicing work, breaking down features into layers, or delivering incrementally.
kotlin-deep-logic-coroutines
by Envy-7z
Deep Kotlin logic workflow for use-cases, repositories, ViewModels, Flow/coroutine orchestration, and compact architecture-safe refactors. Use when implementing non-trivial business rules, fixing coroutine race/cancellation issues, reducing logic complexity, or enforcing clean layered boundaries in Android Kotlin code.
flutter-feature-delivery
by Envy-7z
End-to-end Flutter feature delivery workflow for Dart apps using clean boundaries, small safe slices, and explicit state management. Use when implementing screens/features from requirement/design to verifiable patch.
mobile-lead-soul
by Envy-7z
Mobile tech-lead operating mode for Android and Flutter delivery. Use when making architecture decisions, reviewing team PRs, guiding junior engineers, gating merges/releases, or balancing speed vs stability with token-efficient communication.
mobile-release-publish-gate
by Envy-7z
Mobile release and publish gate for Android and Flutter applications, including Play Store readiness. Use when preparing release candidates, approving go/no-go decisions, validating store metadata and versioning, or minimizing rollout risk before publish.
mutation-testing
by Envy-7z
Finds weak or missing tests by analyzing if code changes would be caught. Use when verifying test effectiveness, strengthening test suites, or validating TDD workflows.
mobile-conflict-resolution-safe
by Envy-7z
Safe merge-conflict resolution workflow for Android and Flutter repositories. Use when resolving git conflicts from teammate branches, rebases, or release branches, and you need minimal behavior change, verification evidence, and merge-safe outcomes.
android-jetpack-compose
by Envy-7z
Use when building Android UIs with Jetpack Compose, managing state with remember/mutableStateOf, or implementing declarative UI patterns.
safe-refactor-guard
by Envy-7z
Enforce ultra-safe refactoring rules to prevent architecture changes, over-engineering, or unintended side effects.