← Back to list

smart-recipe-planner-git
by LuisDavidTF
Culina Smart is a menu planning app with integrated AI to suggest recipes to include in your weekly meal plan based on your nutritional goals and the ingredients you have at home.
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: smart-recipe-planner-git description: > Git workflow standards, conventional commits, and Pull Request management. Trigger: When creating commits, writing PR descriptions, managing branches, or verifying code before push (CI simulation). license: Apache-2.0 metadata: author: ant-gravity version: "1.0" scope: [root] auto_invoke: - "Create a PR with gh pr create" - "Fill PR template" - "Review PR requirements" allowed-tools: Read, Edit, Write, Glob, Grep, Bash, WebFetch, WebSearch, Task, RunCommand
Conventional Commits
Format: <type>[scope]: <description>
Types:
feat: New featurefix: Bug fixdocs: Documentation onlystyle: Formatting, missing semi-colons (no code change)refactor: Refactoring code (no API change)perf: Performance improvementstest: Adding testschore: Build/tool updates
Examples:
feat(auth): add login page componentfix(api): handle 404 error in recipe fetchdocs(readme): update installation instructions
Pull Request Guidelines
When asking the agent to create or manage a PR:
-
Branch Naming:
feat/feature-namefix/bug-namechore/task-name
-
Description Template: When writing a PR description, include:
- Summary: What does this change?
- Type: (Feat/Fix/Refactor/...)
- Testing: How was this tested?
- Screenshots: (If UI)
-
Local CI/Verification (Pre-Push): Before pushing or creating a PR, ALWAYS run:
npm run lint npm run typecheck # If UI changes: # npm run test:e2e
CLI Workflow (gh)
If the gh CLI is available, use it to streamline flows:
# Check status
gh pr status
# Create PR
gh pr create --title "feat(user): add profile page" --body-file description.md
# View current PR
gh pr view --web
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


