Skip to main content
leancodepl
GitHub creator profile

leancodepl

Repository-level view of 30 collected skills across 4 GitHub repositories.

skills collected
30
repositories
4
updated
Aug 18, 2026
repository explorer

Repositories and representative skills

lean-contribute
software-developers

Walk a contributor through proposing a change to the LeanCode AI plugins marketplace — tweaking an existing plugin, adding a new one, and opening a PR against `leancodepl/ai-plugins`. Use when the user invokes `/lean-contribute`, asks how to contribute, asks…

Jun 13, 2026
read-logs
software-developers

Read the running Flutter app's latest run logs as context for a task — an auth flow, a crash, a race, "why did X happen at runtime". Use when the user invokes `/read-logs`, asks why the app behaved a certain way during a run, or wants the most recent run's…

Jun 8, 2026
flutter-read-logs-usage
software-developers

Explain what the `flutter-read-logs` plugin does and how to use it. Use when the user invokes `/flutter-read-logs-usage`, asks what this plugin covers, or needs help setting up run-log capture for `/read-logs`.

Jun 3, 2026
flutter-analytics-usage
software-developers

Explain what the `flutter-analytics` plugin does and how to use it. Use when the user invokes `/flutter-analytics-usage`, asks what this plugin covers, or needs help defining or reviewing analytics IDs.

May 30, 2026
review-analytics-coverage
software-quality-assurance-analysts-and-testers

Reviews a Flutter feature or page for missing LeanCode analytics IDs and inconsistent tracking conventions. Use when auditing analytics coverage or fixing missing page/button IDs.

May 30, 2026
scaffold-analytics-ids
software-developers

Creates or extends a Flutter feature-level `*_ids.dart` file with LeanCode analytics IDs for pages and clickable elements. Use when adding a new feature, page, or tracked action.

May 30, 2026
flutter-bloc-usage
software-developers

Explain what the `flutter-bloc` plugin does and how to use it. Use when the user invokes `/flutter-bloc-usage`, asks what this plugin covers, or needs help with Cubit/BLoC state modeling, presentation effects, or the boundary with `flutter-cubit-utils`.

May 30, 2026
flutter-context-watch-instead-of-top-builder
software-developers

Refactors Flutter widgets to replace top-level BlocBuilder wrappers with context.watch-based state reads while preserving behavior. Use when the user asks to remove BlocBuilder at page/widget root, use context.watch, or simplify Flutter BLoC widget trees.

May 30, 2026
Showing 8 of 23 collected skills.
issue-triage
software-developers

Triage an incoming GitHub issue on leancodepl/patrol and produce a short, evidence-based recommendation — Patrol bug / User issue / Information needed / Feature / Docs / Duplicate / Out-of-scope — for a human to act on. Use during the weekly triage rotation,…

Jul 21, 2026
patrol-setup
software-quality-assurance-analysts-and-testers

Set up Patrol end-to-end (E2E) testing in a Flutter project for the first time — configure the pubspec `patrol` block, wire native Android, and get a first minimal test passing on an Android emulator. Covers Android only (iOS and other platforms follow the…

Jul 17, 2026
fix-issue
software-developers

Workflow for fixing a reported bug in the Patrol monorepo — reproduce, locate the right package, fix without regressions, verify, and open a PR. Use when asked to fix a GitHub issue (e.g. "fix issue

Jul 1, 2026
patrol-test-architecture
software-quality-assurance-analysts-and-testers

Write Patrol E2E tests using LeanCode's recommended architecture — Modules, System, and ApiClients — with shared test keys. Use when structuring a Patrol test suite, organizing reusable test code into modules, or writing tests in a project that already…

Jun 22, 2026
patrol-write-test
software-quality-assurance-analysts-and-testers

Write Patrol end-to-end (E2E) tests for a Flutter app — order of actions, Patrol API and assertion rules, native dialog handling, and test-key conventions. Use when adding or editing Patrol/integration tests, assigning widget keys for testing, or debugging a…

Jun 22, 2026
Showing 4 of 4 repositories
All repositories loaded