obsidian-check

Installation
SKILL.md

Obsidian Check

Review code against all ObsidianReviewBot rules before pushing. Reports violations grouped by severity with exact file locations and fixes.

Usage

/obsidian-check -- scans the current Obsidian plugin project for all bot violations.

Procedure

Step 1: Verify project structure

Check that manifest.json, package.json, and src/ exist. If not, abort with message.

Step 2: Ensure eslint-plugin-obsidianmd is installed

Check if eslint-plugin-obsidianmd is in package.json devDependencies. If NOT installed:

  1. Install it and its peer dependencies:
Related skills
Installs
1
GitHub Stars
2
First Seen
3 days ago