Initial commit
This commit is contained in:
40
skills/linear-workflow/reference/INDEX.md
Normal file
40
skills/linear-workflow/reference/INDEX.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user