Skip to content

docs: improve database-design discoverability by adding description#72

Open
workflowsdir wants to merge 1 commit into
vudovn:mainfrom
workflowsdir:fix/database-design-discoverability
Open

docs: improve database-design discoverability by adding description#72
workflowsdir wants to merge 1 commit into
vudovn:mainfrom
workflowsdir:fix/database-design-discoverability

Conversation

@workflowsdir
Copy link
Copy Markdown

This PR adds a comprehensive description to the database-design skill to improve its discoverability by Dispatch, as requested in issue #70.

The description was updated in both .agent/skills/database-design/SKILL.md and .agent/ARCHITECTURE.md to ensure consistency.

New description:

Expert guidance on database design, architecture selection (SQL/NoSQL/Serverless), ORM optimization (Prisma, Drizzle), schema normalization, indexing strategies, and safe migration procedures.

Fixes #70.

…er discoverability

Updated SKILL.md and ARCHITECTURE.md with a more informative description to resolve issue vudovn#70.
Copilot AI review requested due to automatic review settings April 9, 2026 19:01
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 9, 2026

@workflowsdir is attempting to deploy a commit to the vudovn2's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

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

Adds/updates the database-design skill description metadata to improve Dispatch discoverability (per issue #70), and mirrors the summary in the architecture docs.

Changes:

  • Expanded the database-design skill description in .agent/skills/database-design/SKILL.md.
  • Updated the database-design row description in .agent/ARCHITECTURE.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.agent/skills/database-design/SKILL.md Updates skill frontmatter description to better match Dispatch discovery needs.
.agent/ARCHITECTURE.md Updates the skills table entry to reflect the expanded database-design scope; also touches a scripts section heading.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .agent/ARCHITECTURE.md
---

## Scripts (2)
## Scripts (2)
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

The heading has an extra space after ## (likely left over from removing the replacement character ). Consider changing ## Scripts (2) to a properly formatted heading (e.g., ## Scripts (2) or restore the intended emoji) so the section title renders/reads correctly.

Suggested change
## Scripts (2)
## Scripts (2)

Copilot uses AI. Check for mistakes.
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.

Add a description to improve Dispatch discoverability

2 participants