Back to list
LuisDavidTF

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 feature
  • fix: Bug fix
  • docs: Documentation only
  • style: Formatting, missing semi-colons (no code change)
  • refactor: Refactoring code (no API change)
  • perf: Performance improvements
  • test: Adding tests
  • chore: Build/tool updates

Examples:

  • feat(auth): add login page component
  • fix(api): handle 404 error in recipe fetch
  • docs(readme): update installation instructions

Pull Request Guidelines

When asking the agent to create or manage a PR:

  1. Branch Naming:

    • feat/feature-name
    • fix/bug-name
    • chore/task-name
  2. 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)
  3. 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