en un clic
opencli
opencli contient 13 skills collectées depuis zjshen14, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Generate a changelog or release notes from recent git history. Use when asked to write a changelog, summarize recent commits, or produce release notes.
Scaffold a new custom SKILL.md file interactively. Use when asked to create a new skill or slash command.
Create or switch to a feature branch, typically tied to a GitHub issue. Use when asked to create a branch or start work on an issue.
Create, view, list, or comment on GitHub issues. Use when asked to file, open, or manage GitHub issues.
Create, review, or manage GitHub pull requests. Use when asked to open, check, or merge a PR.
Run the linter, auto-fix what's fixable, and report the rest. Use when asked to lint or fix lint errors.
Run the project test suite and surface failures. Use when asked to run tests or check test status.
Run type checking and surface errors. Use when asked to typecheck, check types, or verify types compile.
Draft and create a git commit for staged changes. Use when asked to commit.
Diagnose and fix a reported error or unexpected behaviour. Use when asked to debug or fix an error.
Explain a piece of code, concept, or file clearly. Use when asked to explain something.
Review code for correctness, style, and security issues. Use when asked to review or check code.
Write tests for a function, module, or feature. Use when asked to write or add tests.