Skills for working with Obsidian vaults and related formats: Obsidian Flavored Markdown, JSON Canvas files, the Obsidian CLI, and Defuddle for clean web content extraction.
96
96%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
{
"context": "Evaluate whether the agent correctly diagnoses the global-filter scoping issue and produces a fixed base that uses view-level filters for status while keeping the tag constraint global.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Explains global filter applies to all views",
"description": "The response explains that the top-level filters block restricts every view in the base, so the status != \"archived\" condition prevents the Archived view from ever matching any notes.",
"max_score": 25
},
{
"name": "Global filter retains only the tag scope",
"description": "The corrected global filters block contains only the tag constraint (file.hasTag(\"project\") or equivalent) and does not include any status-based exclusion.",
"max_score": 20
},
{
"name": "Active view has view-level filter for active status",
"description": "The \"Active\" view contains a view-level filters clause that matches status == \"active\" (or equivalent).",
"max_score": 20
},
{
"name": "Archived view has view-level filter for archived status",
"description": "The \"Archived\" view contains a view-level filters clause that matches status == \"archived\" (or equivalent).",
"max_score": 20
},
{
"name": "Valid YAML structure",
"description": "The corrected file is syntactically valid YAML with no unquoted special characters and consistent indentation.",
"max_score": 15
}
]
}defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals