Envy-7z

Envy-7z

@Envy-7z

GitHub
31 Skills
0 Total Stars
March 2026 Joined

Public Skills

android-release-checklist

by Envy-7z

Prepare Android release notes, risks, and QA checklist for Play Store submission and internal release.

Code Gen 0 3mo ago

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.

API Dev 0 3mo ago

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.

CI/CD 0 3mo ago

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.

Auth 0 3mo ago

android-architecture

by Envy-7z

Use when implementing MVVM, clean architecture, dependency injection with Hilt, or structuring Android app layers.

Processing 0 3mo ago

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.

Code Gen 0 3mo ago

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.

CI/CD 0 3mo ago

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.

Processing 0 3mo ago

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.

Automation 0 3mo ago

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.

API Dev 0 3mo ago

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.

CI/CD 0 3mo ago

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.

Agents 0 3mo ago

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.

Code Gen 0 3mo ago

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.

Processing 0 3mo ago

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.

Code Gen 0 3mo ago

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.

Code Gen 0 3mo ago

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.

Database 0 3mo ago

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.

Code Review 0 3mo ago

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.

Code Gen 0 3mo ago

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.

CI/CD 0 3mo ago

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.

CI/CD 0 3mo ago

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.

CI/CD 0 3mo ago

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.

Code Gen 0 3mo ago

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.

Debugging 0 3mo ago

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.

Processing 0 3mo ago

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.

Performance 0 3mo ago

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.

Linting 0 3mo ago

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.

Debugging 0 3mo ago

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.

File Ops 0 3mo ago

android-jetpack-compose

by Envy-7z

Use when building Android UIs with Jetpack Compose, managing state with remember/mutableStateOf, or implementing declarative UI patterns.

Database 0 3mo ago

safe-refactor-guard

by Envy-7z

Enforce ultra-safe refactoring rules to prevent architecture changes, over-engineering, or unintended side effects.

Code Gen 0 3mo ago