han
Evidence-based planning, code review, testing, and documentation workflows
All Skills in This Repository (37)
Pure Emerald Level Indicatorscoding-standard
Define and maintain project-wide coding standards with frontmatter templates.
architectural-analysis
Analyze module, directory, or feature architecture for structural weaknesses and alignment gaps.
investigate
Identify software issue root causes by collecting evidence from code, logs, and test artifacts.
code-review
Generate structured code-review reports from local source files.
code-overview
Generate a read-only progressive overview of code or pull request changes.
test-planning
Generate a standalone test plan by analyzing code for coverage gaps and edge cases.
tdd
Enforce a red-green-refactor TDD loop with failing tests before production code changes.
refactor
Refactor code iteratively with test-gated validation after each step.
work-items-to-jira
Convert work-items.md slices into Jira tickets within a single project.
markdown-to-confluence
Publish Markdown content to a Confluence page via the Atlassian MCP server.
project-documentation-to-confluence
Generate and publish feature or system documentation to Confluence via Atlassian MCP.
plan-a-feature-to-confluence
Plan a feature specification and publish it to Confluence via Atlassian MCP.
Frequently Asked Questions
FAQPage SchemaHow to install Han?βΌ
Run `npx skills add testdouble/han --all -g -y` in your terminal to install the full skill set globally.
What does Han do for solo developers?βΌ
It gives one engineer a full team's workflow: feature planning, test-driven implementation, adversarial code review, bug investigation, and documentation, each run as a named slash command that dispatches specialist sub-agents.
Can Han post reviews and tickets to GitHub, Jira, or Linear?βΌ
Yes. Dedicated skills post code reviews to pull requests, turn work-item files into GitHub issues, Jira tickets, or Linear issues, and publish plans and docs to Confluence.
Does Han work with Claude Code and Codex?βΌ
Yes. Every skill follows the standard SKILL.md format and ships with both Claude Code and Codex plugin manifests, so it runs in either environment.
Do I need to configure anything before using Han?βΌ
No. Most skills auto-discover your project's test commands, docs folders, and conventions, and optional `.han/config.md` files let you set defaults like output directories and swarm size.
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