Linear Tool
Linear Tool
The Linear Tool allows DinoAI to access information from your Linear issues, bringing task requirements and issue details directly into your development workflow.
This tool connects development work to Linear, enabling DinoAI to understand requirements, resolve tickets, and implement features based on information stored in Linear.
Requires Linear integration. Before using this tool, make sure you've connected your Linear account in Paradime. See Connecting Linear to Paradime for setup instructions.
Capabilities
Access Issue Information
Fetch details from Linear issues using issue keys or URLs
Extract Requirements
Understand task requirements and acceptance criteria
Fix Reported Issues
Help resolve bugs and errors documented in issues
Track Work Implementation
Associate code changes with specific Linear issues
Using the Linear Tool
Open DinoAI in the right panel of the Code IDE
Enter the Linear issue ID or URL you want to reference (e.g.,
A-123or a full Linear issue URL)Add your prompt describing what you want DinoAI to do with the issue information
Grant permission when DinoAI asks to access the Linear issue
Review and implement DinoAI's suggested actions

Example Use Cases
Implementing a Feature from an Issue
Prompt
Result: DinoAI extracts requirements from the Linear issue, suggests an implementation approach, and helps create the necessary models or code changes to satisfy the requirements.
Resolving a Production Issue
Prompt
Result: DinoAI accesses the issue details, analyzes the error information, and walks you through creating a fix branch, updating the relevant files, and testing the solution.
Working with Other Tools
The Linear Tool works well alongside DinoAI's other capabilities to support your full development workflow:
Combine with the Terminal Tool to create branches using Linear-based naming conventions (e.g.,
feature/linear-123) and reference issue IDs in commit messagesCombine with the Confluence Tool to cross-reference issue requirements against linked specification pages
Use alongside Git Lite to commit implementation work that traces back to a specific Linear issue
You'll need appropriate Linear permissions to access issues. DinoAI will request permission each time it needs to access Linear information.
Best Practices
Use exact issue references β Include the precise Linear issue key or URL in your prompt to ensure DinoAI accesses the correct issue
Ensure issue quality β DinoAI works best with well-documented Linear issues that include clear descriptions and acceptance criteria
Verify suggestions β Always review DinoAI's interpretation of requirements before implementing, especially for complex or ambiguous issues
Combine with the Terminal Tool β Let DinoAI help with the full workflow from implementation to testing, using the issue as the source of truth throughout
Last updated
Was this helpful?