agentize
Automated planning, implementation, and review of software issues
All Skills in This Repository (12)
Pure Emerald Level Indicatorsreview-standard
Generate structured code review reports for change sets.
move-a-file
Moves or renames files and updates all references across the repository.
external-consensus
Consolidate three agent perspectives into an implementable consensus plan.
fork-dev-branch
Create a GitHub development branch for a given issue number.
open-issue
Creates a GitHub issue from conversation context with tag selection.
milestone
Track LOC and test progress while generating milestone checkpoints.
shell-script-review
Review shell scripts for cross-shell compatibility across Bash and Zsh.
open-pr
Create GitHub pull requests from conversation context with structured formatting.
Debugging Report
Diagnose failing tests and generate structured bug reports.
commit-msg
Create git commits with descriptive per-file messages and milestone support.
document-guideline
Enforce documentation standards for code, tests, and folders.
plan-guideline
Create implementation plans with file changes and LOC estimates.
Frequently Asked Questions
FAQPage SchemaHow to install Agentize?โผ
Run `npx skills add Synthesys-Lab/agentize --all -g -y` in your terminal to install all skills in this suite globally.
How to turn a GitHub issue into working code?โผ
Agentize plans the feature through multi-agent debate, creates the issue and dev branch, then implements the code incrementally with milestone checkpoints until all tests pass.
Does Agentize automate code review?โผ
Yes. The review-standard skill systematically checks documentation quality, code reuse, type safety, and change scope before any merge to main.
Does Agentize work with Claude Code and Codex?โผ
Yes. It ships as a Claude Code plugin with commands and skills, and its consensus skills can invoke Codex or Claude Opus as external reviewers.
Can Agentize write commits and pull requests for me?โผ
Yes. Dedicated skills generate properly tagged commit messages, formatted GitHub issues, and pull requests linked to their issues after your confirmation.
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