Skip to main content

meganz/android

SkillsMP 已收集 meganz/android 中的 24 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
24
GitHub 星标
1,870
GitHub Forks
408

已展示 24 / 24 个已收集 Skill。

职业分类
未分类
描述

Android PR Code Review skill. Performs a comprehensive code review on the current Git repository's PR or specified code changes. Covers all review dimensions including architecture, Kotlin code quality, Android platform best practices, performance, security,…

原文语言:英语

更新
职业分类
未分类
描述

Use when the user wants to harvest recent GitLab MR review discussions and turn reviewer feedback into improvements to the project's code-review knowledge files — e.g. "collect the latest MR reviews", "update the review skill from recent MRs", "what have…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create, update, and refactor Android Use Cases using Test-Driven Development (TDD). Enforces writing test cases before production code, follows project use case conventions (@Inject constructor, operator fun invoke, single responsibility), and supports three…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create, update, and refactor Android ViewModels using Test-Driven Development (TDD). Enforces writing test cases before production code, follows project ViewModel conventions (Hilt, StateFlow with asUiStateFlow, use case injection), and supports three modes:…

原文语言:英语

更新
职业分类
未分类
描述

Create a new git branch for a Jira ticket using the project's `<user>/<JIRA>-<slug>` naming convention, then transition the Jira ticket to "In Progress" via the `/jira start` flow. Works in the main checkout and inside an existing worktree.

原文语言:英语

更新
职业分类
未分类
描述

Creates a GitLab Merge Request for the current branch by auto-generating a structured description from the branch diff and pushing with GitLab push options.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Drive the MEGA Android Secure Release Checklist as Release Captain (RC). Orchestrates the full release train: create the RC tracking ticket, prepare release notes, request SDK/MEGAChat builds, cut the code-freeze/Alpha build, run QA rounds, promote through…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Summarise a release's Failed / Feedback TestRail cases and post the standard "Android team" notice to Slack. Takes a version (e.g. v16.8), finds the matching release run in TestRail project 5, collects every test marked Failed or Feedback (excluding…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Create, update, and refactor Android Compose screens with Navigation3 destinations. Creates stateless Screen composables, Destination files (NavKey + EntryProviderScope extension), and registers destinations in FeatureDestination classes. Supports simple and…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when the developer asks to fix a Jira bug given a ticket ID or Jira link (e.g. "/fix-jira-bug AND-12345", "fix AND-12345"). End-to-end workflow: fetch the ticket, create a git worktree from latest develop, run multi-agent root cause analysis, get the fix…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Upload new Android strings to Weblate. Extracts new strings added in the current branch (compared to develop) from strings_shared.xml, writes them to the transifex/weblate/strings.xml file, runs the upload script, then optionally uploads a screenshot and maps…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Symbolicate Android native crash logs from Firebase Crashlytics: /analyze-native-crash --version "16.4(261070708)(f33dd33fe8)" --log crash.txt Automatically downloads the matching debug libmega.so from Artifactory using the app version, then runs…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Backport a fix to a release branch and resolve the TestRail test that reported it. Takes a Jira key, TestRail test ID, or commit SHA, cherry-picks the fix from develop onto the target release branch, pushes, then posts a "Fixed" result back to the TestRail…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manage MEGA Jira tickets (Server / Data Center) from the command line. Supports starting a ticket (transition to In Progress), submitting for review (transition to Tech QA + auto-comment with a QA-friendly summary built from git history), posting arbitrary…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create new Gradle modules in the Android project. Supports feature (simple and nested with snowflakes), core, and shared module types. Creates all required files (build file, .gitignore, AndroidManifest.xml, source directories) and registers the module in…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Prompt used by the `askAi` Gradle task to draft a reply, in a senior engineer voice, to a reviewer's question on a GitLab Merge Request. The Gradle task gathers MR context (description, commits, diff, discussion thread, and the inline code snippet when…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when given a Figma URL or node and asked to translate it into MEGA Android Jetpack Compose code, before writing any UI code. Triggers include "implement this Figma", "build this design", "translate Figma to Compose", or any message containing a figma.com…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Upgrades, or migrates, an Android project to use Android Gradle Plugin (AGP) version 9

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use this skill to migrate your Jetpack Compose app to add adaptive edge-to-edge support and troubleshoot common issues. Use this skill to fix UI components (like buttons or lists) that are obscured by or overlapping with the navigation bar or status bar, fix…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Analyzes Android build files and R8 keep rules to identify redundancies, broad package-wide rules, and rules that subsume library consumer keep rules. Use when developers want to optimize their app's size, remove redundant or overly broad keep rules, or…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Analyze a UI screenshot and identify which MEGA core-ui library components match the visible elements. Extracts component metadata from the sources.jar and performs text + visual matching against component screenshots.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Creates a Jira Bug ticket from a Firebase Crashlytics issue. Fetches crash/ANR details (stack trace, device info, impact) and creates a structured Jira ticket.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Triages top crashes from Firebase Crashlytics by fetching crash reports, analyzing stack traces against the local codebase, correlating with recent git history, and generating a structured triage report. Optionally adds triage notes back to Crashlytics issues.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create, update, and refactor Android Mappers using Test-Driven Development (TDD). Enforces writing test cases before production code, follows project mapper conventions (Class + @Inject constructor, operator fun invoke, single responsibility), and supports…

原文语言:英语

更新
已展示 24 / 24 个已收集 Skill。