oz-for-oss
Automated GitHub issue triage, spec drafting, and PR review
All Skills in This Repository (22)
Pure Emerald Level Indicatorsspec-driven-implementation
Enforce product and tech specs before implementation in source control.
verify-pr
Execute repository-defined verification skills against a PR head and collect results.
security-review-spec
Audit design-spec PR diffs for security risks and trust boundaries.
triage-issue
Analyze GitHub issues to classify type, estimate reproducibility, and propose root causes.
review-spec
Evaluate spec PRs and write structured feedback to review.json.
bootstrap-issue-config
Generate .github/issue-triage/config.json and .github/STAKEHOLDERS from existing labels and issues.
create-tech-spec
Generate a structured tech spec from a GitHub issue into specs/GH<issue-number>/tech.md.
update-triage
Synthesize maintainer feedback from triaged issues to update repo-local triage heuristics.
update-pr-review
Aggregate pull request review threads to update local SKILL.md files.
review-spec-local
Provide repo-specific spec-review guidance for oz-for-oss with required sections and linking conventions.
implement-specs
Plan and execute feature implementations while keeping specs aligned with code changes.
review-pr-local
Tailor PR review guidance to oz-for-oss repository context.
Frequently Asked Questions
FAQPage SchemaHow to install oz-for-oss?โผ
Run `npx skills add warpdotdev/oz-for-oss --all -g -y` in your terminal to install all skills in this suite globally.
How to automate GitHub issue triage?โผ
The triage-issue skill analyzes new issues, estimates reproducibility, suggests root causes, applies labels, and asks reporters targeted follow-up questions automatically.
Can it detect duplicate GitHub issues?โผ
Yes. The dedupe-issue skill compares new issues against all open issues by title and description similarity, flagging duplicates only when two or more matches corroborate.
Does it review pull requests automatically?โผ
Yes. The review-pr and review-spec skills produce structured reviews with severity labels and inline comments, plus dedicated security passes for both code and spec PRs.
Can maintainers customize the triage and review behavior?โผ
Yes. Repo-local companion skills let you override label taxonomies and review rules, and weekly self-improvement loops refine them from real maintainer feedback.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core