holon
Local runtime for long-running coding and GitHub workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorstesting-go
Automate Go unit testing with table-driven patterns and testify assertions.
typescript-api
Enforce typed routes and Zod validation in Express or Fastify APIs.
github-issue-solve
Automate GitHub issues into coded fixes and pull requests with ghx.
github-controller
Route GitHub events to issue-solve, pr-review, pr-fix, or no-op skills.
ghx
Collect GitHub issue and PR context for downstream automation.
project-pulse
Generate planning artifacts from GitHub issues and PRs.
github-pr-fix
Analyze GitHub PR review feedback and CI failures to apply code changes.
github-review
Automate GitHub PR code reviews with AI-generated inline comments and summary artifacts.
Frequently Asked Questions
FAQPage SchemaHow to install Holon?▼
Run `npx skills add holon-run/holon --all -g -y` in your terminal to install all skills in this suite globally.
What does Holon actually do?▼
Holon is a local runtime that keeps coding agents running continuously, preserving their state, tasks, and context across sessions so long-running work resumes automatically instead of restarting.
Can Holon fix GitHub issues automatically?▼
Yes. The github-issue-solve skill collects issue context, implements the fix, runs verification, and publishes a pull request, while github-pr-fix handles review feedback and CI failures on existing PRs.
Which model providers does Holon support?▼
Holon works with Anthropic, OpenAI, DeepSeek, OpenRouter, Qwen, GLM, Kimi, MiniMax, and other providers, configured interactively via `holon onboard` or the web settings page.
Do I need to keep my terminal open for agents to keep working?▼
No. Agents run under the Holon daemon and keep working after you disconnect, waking automatically when tasks finish, external events arrive, or operator input is provided.
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