Documentation
CLI commands, GitHub Actions, review types, and spec structure.
Storyline Skill
The skill teaches your coding assistant to create and maintain structured feature specs as you write code. It works with any agent that supports skills.
Install
This installs the skill into .agents/skills/storyline/ in your workspace. It creates the specs/ folder structure and manages files automatically.
Or install via the CLI
If you run npx storyline-review create in a project without the skill installed, the CLI will offer to install it for you.
Compatible agents
What the skill does
Creates specs from code
Ask your assistant to "map the codebase with storyline" and it creates structured specs for every feature it finds.
Updates specs as you code
When you make code changes, the skill automatically updates the relevant spec files — acceptance criteria, design docs, changelogs.
Implements from specs
Write specs first, then ask your assistant to implement from them. The skill bridges intent and code.
Suggests reviews
After significant changes, the skill proactively suggests creating a review — so your team can weigh in before you move on.
Common prompts
"Run storyline on the whole codebase" Generate specs for every feature"Map our auth feature using storyline" Create specs for a specific feature"Start review" or "Create a review" Create a hosted review session"Apply review" Read exported review results and update specs/code"Refresh overview" Update specs/OVERVIEW.md"Sync feature" Update specs to match current codeSource code: The skill is free and open source. View on GitHub