スキル一覧に戻る
Kabilan108

obsidian-tasks

by Kabilan108

linux config files

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: obsidian-tasks description: "Work with the Obsidian Tasks plugin for task management. Use when creating, editing, querying, or managing tasks in an Obsidian vault. Covers Dataview inline field format (primary), query syntax, filters, sorting, grouping, recurrence rules, priorities, and custom statuses. Trigger on: task queries, todo management, task filtering, recurring tasks, task dashboards, or any work involving - [ ] checkbox items with metadata."

Obsidian Tasks Plugin

The Tasks plugin enables task management across an Obsidian vault. Tasks are standard Markdown checkboxes with optional metadata for dates, priority, recurrence, and status.

Task Format Overview

This vault uses Dataview format (inline fields with [key:: value] syntax), not emoji format.

Basic Task Structure

- [ ] Task description [due:: 2024-01-15] [priority:: high]
- [x] Completed task [done:: 2024-01-10]
- [/] In progress task
- [-] Cancelled task

Available Fields (Dataview Format)

FieldSyntaxPurpose
Due date[due:: YYYY-MM-DD]When task must be completed
Scheduled date[scheduled:: YYYY-MM-DD]When to work on task
Start date[start:: YYYY-MM-DD]When task becomes available
Created date[created:: YYYY-MM-DD]When task was created
Done date[done:: YYYY-MM-DD]Auto-added on completion
Priority[priority:: highest/high/medium/low/lowest]Task importance
Recurrence[repeat:: every day]Recurring task rules

Task Statuses

StatusMarkdownType
Todo- [ ]TODO
Done- [x]DONE
In Progress- [/]IN_PROGRESS
Cancelled- [-]CANCELLED

Query Blocks

Query tasks using fenced code blocks with tasks language:

```tasks
not done
due before tomorrow
sort by priority
```

Essential Query Instructions

Filtering:

  • done / not done - completion status
  • due today / due before tomorrow / due after 2024-01-01
  • scheduled this week / starts before today
  • priority is high / priority is above medium
  • path includes Projects/ / path does not include Archive/
  • description includes meeting
  • has due date / no due date
  • is recurring / is not recurring

Sorting:

  • sort by due / sort by due reverse
  • sort by priority / sort by created / sort by done

Grouping:

  • group by due / group by priority / group by filename / group by folder

Display:

  • limit 10 - max results
  • short mode - compact display
  • hide tags / hide task count / hide backlink

Global Task Filter

This vault uses #todo as the global task filter. Only tasks containing #todo are recognized by the plugin.

Reference Files

Working in This Vault

When modifying task-related files:

  1. Check Obsidian settings at .obsidian/plugins/obsidian-tasks-plugin/data.json for:

    • Global task filter configuration
    • Task format preference (should be Dataview)
    • Custom status definitions
    • Default date behavior
  2. Preserve existing task metadata - don't strip fields when editing tasks

  3. Use consistent date format: YYYY-MM-DD

  4. Place fields after description: - [ ] Description [due:: 2024-01-15]

  5. Tags go before or within description, not after metadata fields

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です