Good shape overall. A few tweaks would push it into the top tier.
Obsidian 公众号排版、飞书云文档同步与多平台发布插件。Markdown 转微信文章 / Feishu docs / 知乎掘金等草稿,支持数学公式、本地图片、GIF 和 Mermaid。
Documentation
94
CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
72
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/ci.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (tests).
Linter or formatter configured (eslint.config.js).
Project health
95
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 34Forks
- 42Releaseslatest 4mo ago
Community
- —Community health
- —authors own >50% of commits
- 222Watchers
Responsiveness
- 15hMedian issue response
- <1hMedian PR merge time
- 6Open issues
Repository files42 root entries
- __mocks__
- .agents
- .githubGood: CI is configured (.github/workflows/ci.yml).
- ai-layout-skill
- ai-layout-skills
- docs
- images
- lib
- RELEASE_NOTES
- scripts
- server
- services
- testsGood: Test files detected (tests).
- themes
- views
- .gitignoreGood: .gitignore present.
- AGENTS.md
- CLAUDE.md
- CONTRIBUTING.mdIssue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- converter.js
- esbuild.config.mjs
- esbuild.math.mjs
- eslint.config.jsGood: Linter or formatter configured (eslint.config.js).
- input.js
- LICENSEGood: Licensed under MIT.
- main.js
- manifest.json
- OBSIDIAN_SCAN_CHECKLIST.md
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package-release.sh
- package.jsonGood: Dependency manifest found (package.json).
- PROXY_GUIDE.md
- README.en.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- README.zh-CN.md
- RELEASING.md
- styles.css
- TEST_MATH.md
- TEST.md
- tsconfig.json
- versions.json
- vitest.config.mjs