Back to list
vasylenko

pull-request

by vasylenko

Claude Desktop extension with bundled MCP Server for Bear note taking app

62🍴 5📅 Jan 23, 2026

SKILL.md


name: pull-request description: Guidelines for pull requests descriptions. Use when asked to create a PR, or decided to create one by yourself, or when asked to write/improve PR description.

PR Description Guidelines

Structure

## Summary
- [What the change does - behavior, not implementation]
- [Context on how it works in different scenarios]
- [Alignment with existing behavior if applicable]

## Why
[Use case or motivation - why this change matters]

--
Closes #[issue-number]

Rules

  1. Summary explains behavior, not implementation - Describe what users/callers experience, not code changes
  2. Include scenario context - If behavior differs by context (e.g., with/without a parameter), explain each
  3. No "Changes" section - GitHub's diff UI shows code changes
  4. No "Test plan" section - Unless explicitly requested
  5. Reference the issue - Use Closes #N format

Example

## Summary
- Adds `pinned` boolean parameter to `bear-search-notes` tool
- When `pinned: true`, search returns pinned notes across all tags
- When `pinned: true` and tag is specified, shows only pinned notes for the specified tag
- Replicates the UI behavior

## Why
Use case: quickly access project hub docs or priority notes that are pinned in Bear.

--
Closes #37

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon