Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Manga-Project

Manga-Project contains 4 collected skills from dieuanh2k4, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
4
updated
2026-05-17
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

skill-app-manga-e2e-test
software-quality-assurance-analysts-and-testers

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.

2026-05-17
skill-webadmin-manga-e2e-test
software-quality-assurance-analysts-and-testers

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.

2026-05-17
app-manga-flutter-tests
software-quality-assurance-analysts-and-testers

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.

2026-05-11
backend-controller-unit-tests
software-quality-assurance-analysts-and-testers

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.

2026-04-26