Add curated high-value prompts registry + smoke-test and README#362
Closed
CHINGBOH wants to merge 4 commits into
Closed
Add curated high-value prompts registry + smoke-test and README#362CHINGBOH wants to merge 4 commits into
CHINGBOH wants to merge 4 commits into
Conversation
|
|
There was a problem hiding this comment.
Pull request overview
This PR adds a curated registry of prompts for a "Layered Prompt Engine", including YAML registry files, a smoke-test script, and documentation. The additions are intended to provide reusable prompt templates extracted from conversation artifacts.
Key Changes:
- Added two YAML prompt registry files (example and full versions) with prompt catalog entries
- Added Python smoke-test script to validate prompts against a debug API endpoint
- Added README documentation explaining usage and integration options
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
README_HIGH_VALUE_PROMPTS.md |
Documentation for using and integrating the prompt registry |
high_value_prompts_registry.yaml |
Small example registry with 4 well-structured prompt entries |
high_value_prompts_registry_full.yaml |
Full registry claiming 50 prompts but containing only 18 entries |
smoke_test_render.py |
Python script to test prompt rendering against API endpoint |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a curated set of high-value prompts extracted from the last year's conversation artifacts for the Layered Prompt Engine. Files included:
Notes / status:
If maintainers prefer, I can split these additions into smaller PRs, or prepare entry-by-entry migrations into the production prompts.yaml.
Thanks — please let me know if you want metadata (tags, origins, or provenance) added to the registry entries before merging.