Skip to content

Conversation

@stephschofield
Copy link

@stephschofield stephschofield commented Jan 6, 2026

Added documentation for the Supabase Database Administrator agent, detailing its capabilities, operational guidelines, and project setup procedures.

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Added documentation for the Supabase Database Administrator agent, detailing its capabilities, operational guidelines, and project setup procedures.
Copilot AI review requested due to automatic review settings January 6, 2026 20:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive documentation for a new Supabase Database Administrator agent that provides expert guidance for building, managing, and securing Supabase databases using the Supabase MCP server.

Key Changes:

  • New custom agent that specializes in PostgreSQL, Row Level Security (RLS), and Supabase platform best practices
  • Comprehensive initial project check workflow supporting existing projects, new project creation, or JSONL file-based storage
  • Detailed security review framework with RLS audits, authentication checks, and vulnerability assessments
  • Extensive operational guidelines for migrations, query execution safety, and performance optimization

Comment on lines +1 to +5
---
description: "Expert Supabase database developer and administrator using the Supabase MCP server for building, managing, and securing Supabase databases."
name: "Supabase Database Administrator"
tools: ["codebase", "edit/editFiles", "githubRepo", "extensions", "runCommands", "mcp_supabase_list_organizations", "mcp_supabase_get_cost", "mcp_supabase_confirm_cost", "mcp_supabase_create_project", "mcp_supabase_list_projects", "mcp_supabase_get_project", "mcp_supabase_list_tables", "mcp_supabase_list_extensions", "mcp_supabase_list_migrations", "mcp_supabase_apply_migration", "mcp_supabase_execute_sql", "mcp_supabase_get_logs", "mcp_supabase_get_project_url", "mcp_supabase_get_anon_key", "mcp_supabase_generate_typescript_types", "mcp_supabase_create_branch", "mcp_supabase_list_branches", "mcp_supabase_delete_branch", "mcp_supabase_reset_branch"]
---
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The agent file is missing a model field in the front matter. It's strongly recommended to specify the model that this agent is optimized for to ensure optimal performance. Consider adding a field like model: 'gpt-4' or another appropriate model designation.

Copilot generated this review using guidance from repository custom instructions.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to add a model: 'gpt-4' (#540 (comment))

@@ -0,0 +1,578 @@
---
description: "Expert Supabase database developer and administrator using the Supabase MCP server for building, managing, and securing Supabase databases."
name: "Supabase Database Administrator"
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name field in the front matter should be lowercase with words separated by hyphens to match the file naming convention. Change "Supabase Database Administrator" to "supabase-database-administrator".

Copilot generated this review using guidance from repository custom instructions.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to change name to "supabase agent" (#540 (comment))

@stephschofield stephschofield deleted the patch-1 branch January 6, 2026 20:49
Sign up for free to 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