neug
Spec-driven feature planning, issue tracking, and PR workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorsspeckit.tasks
Generate actionable task lists from feature specifications and design artifacts.
create-issue
Create and submit GitHub issues with templates and labels.
sync-tasks
Synchronize GitHub issues from structured YAML task documents.
update-with-comments
Process GitHub Pull Request comments to approve, request changes, or answer questions.
speckit.plan
Generate project implementation plans with design artifacts from feature specifications.
speckit.specify
Transform natural language feature descriptions into structured specifications and GitHub branches.
sync-modules
Create GitHub issues for modules defined in a task document.
create-pr
Automates GitHub PR creation with template titles, reviewers, and optional branch handling using GitHub CLI.
generate-testcase
Generate test cases from new commits for continuous integration workflows.
codegraph-ai
Analyze Python, JavaScript/TypeScript, C, and Java codebases for structure, history, and issues.
Frequently Asked Questions
FAQPage SchemaHow to install NeuG skills?โผ
Run `npx skills add alibaba/neug --all -g -y` in your terminal to install all skills in this suite globally.
How to turn a feature idea into a development plan?โผ
Use the speckit.specify, speckit.plan, and speckit.tasks skills to convert a plain-language description into a specification, implementation plan, and ordered task list.
Can these skills manage GitHub issues and PRs automatically?โผ
Yes. Skills like create-issue, create-pr, sync-modules, and sync-tasks create and link GitHub issues and pull requests directly from your workspace.
How to find the root cause of a bug in a large codebase?โผ
The codegraph skill indexes your code into a graph and matches GitHub bug reports to the most likely faulty functions using call chains and semantic search.
Do these skills work with Cursor and Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run in Cursor, Claude Code, and other compatible coding environments.
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