desktop-homunculus
GitHub issue drafting, PR creation, and documentation review
All Skills in This Repository (5)
Pure Emerald Level Indicatorscreate-issue
Convert free-form ideas into structured GitHub proposal issues via gh.
review-docs
Coordinate parallel reviewer agents to audit documentation quality and consistency.
brainstorm-issue
Fetch GitHub Issues and structure them into proposal templates for brainstorming.
create-pr
Create or update GitHub pull requests from local branches using gh CLI.
sync-api-docs
Compare server endpoints and SDK interfaces against OpenAPI and SDK docs.
Frequently Asked Questions
FAQPage SchemaHow to install desktop-homunculus skills?โผ
Run `npx skills add not-elm/desktop-homunculus --all -g -y` in your terminal to install all skills in this suite globally.
How to create a GitHub issue from a rough idea?โผ
Use the create-issue skill: it structures your free-form idea into the proposal template, checks for duplicates, refines the spec, and files the issue after your approval.
How to generate a pull request automatically?โผ
The create-pr skill runs preflight checks, verifies your diff matches the stated problem, drafts the PR from the project template, and creates or updates it via GitHub CLI.
How to review project documentation quality?โผ
The review-docs skill runs four parallel reviewers covering code consistency, structure, writing quality, and Japanese translation sync, then outputs a severity-ranked findings report.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and compatible agent runtimes.
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