Files
gh-greyhaven-ai-claude-code…/skills/linear-workflow/reference/INDEX.md
2025-11-29 18:29:20 +08:00

41 lines
1.3 KiB
Markdown

# Linear Workflow Reference
Configuration and workflow references for Linear issue management and Git integration.
## Available References
### [labels.md](labels.md)
Label definitions and usage guidelines.
- Type labels (feature, bug, chore, etc.)
- Component labels (frontend, backend, database, etc.)
- Priority labels (critical, high-priority, low-priority)
- Label combinations and best practices
### [status-transitions.md](status-transitions.md)
Linear issue status lifecycle details.
- Status flow (Backlog → Todo → In Progress → In Review → Done)
- Automatic transitions via GitHub integration
- Manual status updates
- Status change best practices
### [branch-protection.md](branch-protection.md)
GitHub branch protection rules.
- Main branch protection settings
- Required status checks
- Review requirements
- Merge strategies (squash merges)
### [linear-keywords.md](linear-keywords.md)
Keywords for automatic issue updates.
- Closes/Fixes keywords
- Related to keywords
- Blocks/Blocked by keywords
- Keyword placement in commits/PRs
## Quick Reference
**Need labels?** → [labels.md](labels.md)
**Need status flow?** → [status-transitions.md](status-transitions.md)
**Need branch rules?** → [branch-protection.md](branch-protection.md)
**Need keywords?** → [linear-keywords.md](linear-keywords.md)