docs: improve database-design discoverability by adding description#72
docs: improve database-design discoverability by adding description#72workflowsdir wants to merge 1 commit into
Conversation
…er discoverability Updated SKILL.md and ARCHITECTURE.md with a more informative description to resolve issue vudovn#70.
|
@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. |
There was a problem hiding this comment.
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-designskilldescriptionin.agent/skills/database-design/SKILL.md. - Updated the
database-designrow 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.
| --- | ||
|
|
||
| ## � Scripts (2) | ||
| ## Scripts (2) |
There was a problem hiding this comment.
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.
| ## Scripts (2) | |
| ## Scripts (2) |
This PR adds a comprehensive description to the
database-designskill to improve its discoverability by Dispatch, as requested in issue #70.The description was updated in both
.agent/skills/database-design/SKILL.mdand.agent/ARCHITECTURE.mdto ensure consistency.New description:
Fixes #70.