raise
Governed coding workflows with enforced quality gates and memory
All Skills in This Repository (39)
Pure Emerald Level Indicatorsrai-epic-design
Design epic scope, stories, and architecture for multi-story work.
rai-session-diary
Write narrative session diary entries capturing decisions and rationale from conversation and git context.
rai-story-implement
Execute story plan tasks with TDD cycles and verification gates.
rai-quality-review
Audit changed story files for semantic bugs, type honesty, and test quality.
rai-bugfix-plan
Decompose bug fixes into atomic TDD tasks with verification commands.
rai-architecture-review
Audit changed files against design documents using Beck's four rules to produce heuristic-tagged findings and a PASS/SIMPLIFY verdict.
rai-bugfix-run
Orchestrate a 7-phase bugfix pipeline with three human-in-the-loop gates.
rai-bugfix-analyse
Identify and document software bug root causes in RaiSE projects.
rai-story-review
Extract learnings, compute metrics, and persist patterns from completed development stories.
rai-bugfix-triage
Classify bugs into four dimensions and persist to scope.md and Jira custom fields.
rai-project-onboard
Discover repository conventions and generate six governance documents with a knowledge graph.
rai-debug
Diagnose software defects using triage, 5 Whys, and Ishikawa analysis.
Frequently Asked Questions
FAQPage SchemaHow to install RaiSE?โผ
Run `npx skills add humansys/raise --all -g -y` in your terminal to install all skills in this suite globally.
What problem does RaiSE solve?โผ
It stops coding assistants from skipping steps by enforcing real validation gates (tests, lint, types) between workflow phases, and it records every decision artifact so work stays traceable across sessions.
Does RaiSE work with Claude Code and Cursor?โผ
Yes. The skills are portable markdown that work in Claude Code, Cursor, Aider, Cline, and similar tools, while the rai CLI runs standalone in any terminal.
Can RaiSE sync with Jira and Confluence?โผ
Yes. Built-in adapters transition Jira issues through your workflow and publish design docs, retrospectives, and session diaries to Confluence automatically.
Do I need to configure anything before using RaiSE?โผ
Run `rai init --detect` in your project and it auto-detects your stack and configures validation gates; the onboarding skills then guide you through governance setup conversationally.
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