بنقرة واحدة
linear-time
Track time on Linear issues. Use for logging and viewing time entries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Track time on Linear issues. Use for logging and viewing time entries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | linear-time |
| description | Track time on Linear issues. Use for logging and viewing time entries. |
| allowed-tools | Bash |
# Log time
linear-cli tm log LIN-123 2h # Log 2 hours
linear-cli tm log LIN-123 30m # Log 30 minutes
linear-cli tm log LIN-123 1h30m # Log 1.5 hours
# List time entries
linear-cli tm list --issue LIN-123
linear-cli tm list --output json
# Delete entry
linear-cli tm delete ENTRY_ID
30m, 1h, 2h30m, 1d (8 hours)
| Flag | Purpose |
|---|---|
--issue ID | Filter by issue |
--output json | JSON output |
Execute raw GraphQL queries and mutations against the Linear API. Use for advanced operations not covered by other commands.
Manage issue attachments - link URLs, create, update, delete. Use when attaching files or links to issues.
Manage issue comments - list, create, update, delete. Use when reading or posting comments on issues.
Configure linear-cli - auth (API key + OAuth), workspaces, diagnostics, setup wizard.
Manage Linear sprint cycles - list, create, update, delete, complete. Use when managing cycles.
Mark the current branch's issue as Done. Use as a quick shortcut to close the issue you're working on.