Skip to main content
Run any Skill in Manus
with one click
datit309
GitHub creator profile

datit309

Repository-level view of 24 collected skills across 1 GitHub repositories.

skills collected
24
repositories
1
updated
2026-07-13
repository explorer

Repositories and representative skills

supergraph
computer-occupations-all-other

Meta-orchestrator — dispatches to the right skill for the task. Use before any non-trivial work.

2026-07-13
flutter-dart-code-review
software-quality-assurance-analysts-and-testers

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.

2026-07-10
diagnose
software-developers

Structured 6-phase debugging. Build feedback loop first, reproduce deterministically, hypothesize with ranked falsifiable theories, instrument one variable at a time, fix with regression test, cleanup. Use when a bug exists, tests fail unexpectedly, or behavior is wrong and cause is unknown.

2026-07-10
webapp-testing
software-quality-assurance-analysts-and-testers

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

2026-07-10
database-migrations
software-developers

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

2026-07-10
integration
software-quality-assurance-analysts-and-testers

Run integration and e2e tests after unit tests pass. Use after /supergraph:fix when unit tests are green.

2026-07-10
review
software-quality-assurance-analysts-and-testers

Plan-aware graph-enhanced code review before merge. CRITICAL issues block merge. Use after fix/verify.

2026-07-10
tdd
software-developers

Strict test-driven development for behavior changes. Requires verified RED before production code, minimal GREEN, and refactor only after passing tests.

2026-07-10
Showing top 8 of 24 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded