Ouaish Labs avatar

Ouaish Labs

Official

@Ouaish-Labs · United States of America

0Followers
|
1Public Repos
|
5Published Skills

Ouaish Labs provides GitHub-centric development skills for issue management, git worktrees, code review, and parallel multi-file implementation.

Skills Distribution
DomainDeveloper To...Git & Version Cont.. (30%)GitHub Issue & Pro.. (25%)Code Review & Qual.. (25%)Parallel Implement.. (20%)

Agent Skills by Ouaish Labs

Showing 5 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Ouaish Labs

FAQPage Schema
What tasks can I accomplish using Ouaish Labs' skills?▼

You can create and close GitHub issues and epics with project linking, spin up isolated git worktrees for feature branches, submit pull requests, run code reviews via pr-review-toolkit agents, checkpoint work with lint and test verification, and execute wave-based parallel multi-file implementations.

Who are Ouaish Labs' skills designed for?▼

Software engineers and development teams working in GitHub-based repositories who need structured issue tracking, isolated feature development via git worktrees, enforced code review, and disciplined checkpointing with lint and test gates before merging to main.

How does the worktree-pr skill work in practice?▼

It creates a dedicated git worktree for isolated feature work, runs the parallel-implementation skill inside that worktree using tiered Haiku/Sonnet/Opus model usage and wave-based execution, then submits the completed work as a pull request so changes never land directly on main.

What does the checkpoint skill verify before saving progress?▼

The checkpoint skill commits your current work, updates the TODO.md file to reflect progress, and verifies that lint checks and tests pass. This ensures every saved checkpoint represents a clean, verified state of the codebase.

What are the prerequisites for using these skills?▼

You need a GitHub-hosted git repository, since the skills depend on GitHub issue and project operations, git worktree support, pull request submission, and the pr-review-toolkit agents for code review. The parallel-implementation skill additionally assumes plan mode for multi-file tasks.