az-skills
Code review, PR fixing, refactoring, and planning workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorsdesign-roundtable
Coordinate five designer personas to synthesize ranked design directions.
brand-name-explore
Generate brand name candidates across languages and naming philosophies.
devs-roundtable
Facilitate a four-phase engineering exploration with five parallel personas to produce a consensus solution.
code-review
Coordinate multi-perspective code reviews of branch changes with parallel reviewers.
repo-history-book
Extract commits, PRs, and tags into a structured history book.
deslop
Remove AI-generated code slop while preserving behavior.
tour
Generate a self-contained HTML tour explaining a codebase subsystem.
greenlight-pr
Automates GitHub PR health by triaging CI failures and bot reviews.
code-simplifier
Automates TypeScript/JavaScript code simplification while preserving exact functionality and readability standards.
interview-me
Guide users through branch-by-branch interviews to surface goals, constraints, and dependencies.
ai-journa
Observe AI workflow patterns and document them in a local journal.
Frequently Asked Questions
FAQPage SchemaHow to install az-skills?โผ
Run `npx skills add zvadaadam/az-skills --all -g -y` in your terminal to install all skills globally.
What does az-skills do for code review?โผ
The code-review skill runs three parallel reviewers covering bugs, security, and design, then posts validated inline comments on your PR. The greenlight-pr skill then fixes CI failures and triages review comments until the PR is merge-ready.
Can az-skills clean up AI-generated code?โผ
Yes. The deslop skill removes unnecessary abstractions and verbose patterns, while code-simplifier and complexity-check catch over-engineering before and after you commit.
Does az-skills work with Claude Code and Codex?โผ
Yes. Every skill follows the standard SKILL.md format and runs in Claude Code, Codex, and other compatible agent harnesses.
What non-coding skills are included?โผ
The set includes brand name generation, AI answer source audits, AI search citation planning, multi-designer concept exploration, and structured goal-planning prompts.
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