with one click
Manga-Project
Manga-Project contains 4 collected skills from dieuanh2k4, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use this whenever the user asks to create, run, fix, or analyze end-to-end tests for ProjectManga's Flutter user app in app_manga only. This skill is for user-facing app flows such as login, register, browsing manga, search, manga detail, reading chapters, library/follow, reading history, notifications, and VIP/package screens that run through Flutter integration_test against a configured API base URL. Do not use this for web_admin E2E tests or backend controller/unit tests.
Use this whenever the user asks to create, run, fix, or analyze end-to-end tests for ProjectManga's Flutter admin web app in web_admin only. This skill is for admin-facing web flows such as admin login, manga management, author management, chapter/page management, user management, notifications, dashboard/sidebar navigation, and other web_admin UI journeys that run through Flutter integration_test against a configured API base URL. Do not use this for app_manga E2E tests, backend controller/unit tests, or non-admin Flutter tests.
Create and run fast Flutter unit and widget tests for app_manga, plus local integration tests and golden tests. Use this skill whenever the user asks to add, update, fix, or run Flutter tests in app_manga, especially widget tests, golden tests, UI snapshots, mocking network, or golden_toolkit usage.
Generate or update xUnit unit tests for ASP.NET Core controllers in ProjectManga backend. Use this whenever the user asks to create tests for controller(s), add missing tests in backend.Tests/Controllers, improve controller coverage, or says "tao unit test cho controller" / "tao test backend". Prefer using this skill even for a single controller so test style stays consistent with ControllerTestHelper, Moq, and ApiControllerBase exception handling.