Skip to content

Add Database workflow skills catalog and workflow skill - #838

Merged
BigSimmo merged 1 commit into
mainfrom
codex/workflow-skills-main
Jul 18, 2026
Merged

Add Database workflow skills catalog and workflow skill#838
BigSimmo merged 1 commit into
mainfrom
codex/workflow-skills-main

Conversation

@BigSimmo

@BigSimmoBigSimmo commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add .agents/skills/database-skills.md documenting Database-local skills.
  • Add .agents/skills/workflows/SKILL.md as an indexed workflow skill reference.
  • Add .agents/skills/workflows/agents/openai.yaml companion interface metadata.

Verification

  • Confirmed branch base is current origin/main before cherry-picking.
  • Cherry-picked commit d22a989 to codex/workflow-skills-main as 1d75bfb containing only the three files.
  • Verified git status was clean after commit with only the intended three new files staged/committed.
  • Verification not run: full regression suite, as these are metadata/skills-doc-only changes with no runtime impact.

Risk and rollout

  • Risk: low — no runtime, clinical, API, database, or UI behavior changes.
  • Rollback: revert commit 1d75bfb or close PR if needed.

Summary by CodeRabbit

  • Documentation
    • Added a Database workflow skills catalog with guidance for selecting workflows based on common change types.
    • Documented planning, triage, evidence, evaluation, closeout, and session lifecycle workflows.
    • Added workflow interface details, including a display name, description, and default guidance prompt.

@supabase

supabaseBot commented Jul 18, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

coderabbitaiBot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: f02010ef-3097-4fbb-873a-7d095cae498a

📥 Commits

Reviewing files that changed from the base of the PR and between b45f095 and 1d75bfb.

📒 Files selected for processing (3)
  • .agents/skills/database-skills.md
  • .agents/skills/workflows/SKILL.md
  • .agents/skills/workflows/agents/openai.yaml

📝 Walkthrough

Walkthrough

Added documentation and interface metadata for Database workflow skills, including a workflow index, catalog entry, recommended usage pattern, display information, and a default listing prompt.

Changes

Database Workflows

Layer / File(s)Summary
Define workflow skill index
.agents/skills/workflows/SKILL.md
Documents available Database workflow skills and maps them to recommended usage patterns.
Register workflow catalog and interface
.agents/skills/database-skills.md, .agents/skills/workflows/agents/openai.yaml
Adds the workflows skill to the Database catalog and defines its display metadata and default prompt.

Estimated code review effort: 1 (Trivial) | ~5 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/workflow-skills-main

Comment @coderabbitai help to get the list of available commands.

@BigSimmo
BigSimmo merged commit 7815204 into mainJul 18, 2026
15 checks passed
@BigSimmo
BigSimmo deleted the codex/workflow-skills-main branch July 18, 2026 09:15
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@BigSimmo