obsidian-community-check

Trigger and monitor Obsidian Community plugin review scans for git refs.

149|8|Updated Jun 17, 2022
One-click install
npx skills add https://github.com/edonyzpc/personal-assistant --skill obsidian-community-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-community-check
Source: https://github.com/edonyzpc/personal-assistant/tree/main/.agents/skills/obsidian-community-check
Command: npx skills add https://github.com/edonyzpc/personal-assistant --skill obsidian-community-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishing an Obsidian plugin requires passing the official Obsidian Community review scan, but there is no public API or CLI for this check, forcing developers to manually navigate the review page with their authenticated browser account, which is time-consuming and prone to human error.

Core Features & Use Cases

  • Automated Scan Triggering: Submits the correct git ref (branch, tag, or commit) to the official Obsidian Community review form on your behalf.
  • Real-time Status Polling: Monitors the review page for scan completion and extracts exact pass, warning, or error findings.
  • Use Case: Before releasing a new version of your personal-assistant Obsidian plugin, use this skill to run the required community review scan and get a clear, structured report of any release-blocking issues without manual browser navigation.

Quick Start

Use the obsidian-community-check skill to trigger a review scan for the master branch of your personal-assistant Obsidian plugin and report the final results.

Frequently Asked Questions about obsidian-community-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an Obsidian plugin community review scan automatically?

To run an Obsidian plugin community review scan automatically, this skill submits your git ref to the official review form and polls the page for pass, warning, or error findings.

How to trigger an Obsidian plugin release validation check before marketplace publication?

Triggering an Obsidian plugin release validation check requires submitting a branch, tag, or commit to the community review page using your existing authenticated browser session to validate the release.

Does the Obsidian community review scan require a public API or CLI?

The Obsidian community review scan does not require a public API or CLI, because this skill interacts with the review page directly using your existing authenticated browser session.

Can I automate polling the Obsidian community review page for scan completion?

You can automate polling the Obsidian community review page for scan completion, monitoring the status in real time and extracting exact pass, warning, or error findings.

What is the best way to verify an Obsidian plugin passes community review checks?

The best way to verify an Obsidian plugin passes community review checks is automating the scan trigger and status polling to get a structured report of release-blocking issues without manual browser navigation.

When do I need to use an automated scan for Obsidian plugin marketplace publishing?

You need an automated scan for Obsidian plugin marketplace publishing when preparing a new release version, ensuring the required community review checks are passed before submission.