shift
Consistent commits, pull requests, issues, tests, and docs
All Skills in This Repository (5)
Pure Emerald Level Indicatorscommit
Draft conventional git commit messages with type-prefixed subjects.
dead-code
Identify and verify unused TypeScript code artifacts before deletion.
docs
Update or create Shift subsystem DOCS.md files with verified symbols and links.
jsdoc
Standardize JSDoc documentation for Shift APIs with YAML frontmatter and verb-phrase summaries.
writing-tests
Write Shift tests that assert on user-observable state instead of mock invocation details.
Frequently Asked Questions
FAQPage SchemaHow to install Shift skills?▼
Run `npx skills add shift-editor/shift --all -g -y` in your terminal to install all skills in this suite globally.
How to write better commit messages with AI?▼
The commit skill enforces Conventional Commits with concise imperative subjects and logical change boundaries, so your history stays clean and release-ready.
How to write tests without mocks?▼
The writing-tests skill drives code through real user-facing surfaces and asserts on observable state, banning mock-call assertions that break on every refactor.
Can AI prepare pull requests with proper issue links?▼
Yes. The pr skill searches existing issues, writes Conventional Commit titles, and adds testing evidence and correct Closes or Refs keywords automatically.
Do these skills work in Claude Code and Codex?▼
Yes. The skills follow the standard SKILL.md format and ship with adapters for Claude Code, Codex, and other compatible agents.
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