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

ProtoPal

ProtoPal contains 14 collected skills from polive106, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
14
Stars
2
updated
2026-04-07
Forks
1
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

implement-story
software-developers

Implement a backlog story following the layer order (Domain, Database, API, Frontend, E2E) with TDD.

2026-04-07
review-backlog
project-management-specialists

Review the backlog to determine what to work on next by checking epic and story statuses in docs/backlog/.

2026-04-06
commit
software-developers

Automates pre-commit workflow: lint, test, review changes, then commit with conventional commit format.

2026-04-06
story-complete
project-management-specialists

Verify a story is complete by checking acceptance criteria, running all tests, and updating status.

2026-04-05
add-e2e-tests
software-quality-assurance-analysts-and-testers

Add end-to-end Playwright tests for a feature using data-testid selectors, with API and UI test patterns.

2026-04-04
add-unit-tests
software-quality-assurance-analysts-and-testers

Add unit tests for domain logic, database adapters, API endpoints, or frontend components using Vitest patterns.

2026-04-04
create-story
project-management-specialists

Create a new user story in the backlog with technical tasks, test scenarios, and epic integration.

2026-04-04
scaffold
software-developers

Create a new entity with its full stack including domain, database, API, frontend, and E2E tests.

2026-04-04
add-migration
database-architects

Guides database schema changes across SQLite and PostgreSQL, including seed updates and schema push.

2026-04-02
debug
software-developers

Investigate bugs using a systematic approach: reproduce, identify the layer, write a failing test, fix root cause.

2026-04-02
discuss-feature
project-management-specialists

Interview-driven feature exploration to define and refine a feature idea before it becomes backlog stories.

2026-04-02
fix-ci
software-developers

Diagnose and fix CI pipeline failures including lint, test, e2e, build, and dependency issues.

2026-04-02
redesign
web-developers

Redesign a page or component using the project design system components, CSS variables, and Tailwind utilities.

2026-04-02
review
software-quality-assurance-analysts-and-testers

Pre-commit quality checklist covering security, testing, architecture, and code quality.

2026-04-02