Ouaish Labs
Official@Ouaish-Labs · United States of America
Ouaish Labs provides GitHub-centric development skills for issue management, git worktrees, code review, and parallel multi-file implementation.
Agent Skills by Ouaish Labs
Showing 5 vetted skills indexed across 1 GitHub repositories.
create-issue
Creates GitHub issues and epics with audit-first workflows using the gh CLI.
checkpoint
Commits work, updates TODO.md, and verifies lint and tests after each implementation wave.
worktree-pr
Creates isolated git worktrees for feature implementation and submits them as pull requests.
review
Orchestrates automated code review agents for pull request analysis and fixes.
parallel-implementation
Orchestrates multi-file implementations using tiered models and wave-based parallel agent execution.
Frequently Asked Questions About Ouaish Labs
FAQPage SchemaWhat 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.