-
Notifications
You must be signed in to change notification settings - Fork 0
Prompt engineering #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added various copy-paste prompt templates for tasks such as code review, project planning, test generation, UI generation, and code refactoring.
tychui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surprised that MCP servers are not mentioned (which is part of the key part in prompt engineering). If we got time, can we add that in as well?
tychui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does look very AI-generated, but I am reasonably happy with this. Happy to merge.
|
lemme make it less AI-generated |
There was a problem hiding this 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 introduces a new “Prompt Engineering” HackPack and wires it into the main repository index, including supporting IDE extension screenshots.
Changes:
- Add
prompt-engineering/README.mdwith a comprehensive guide to prompt engineering, IDE LLM extensions, and MCP servers. - Add a new screenshot asset
prompt-engineering/assets/manage-extensions.pngreferenced by the new guide. - Register the new HackPack in the root
README.mdso it appears in the main HackPacks list.
Reviewed changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
prompt-engineering/assets/manage-extensions.png |
New image asset used in the IDE extensions section of the prompt engineering guide. |
prompt-engineering/README.md |
New HackPack content covering prompt engineering techniques, IDE extensions, and MCP server usage; includes example prompts and setup instructions. |
README.md |
Adds a link to the new prompt-engineering HackPack in the main list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Re-generate TOC, rearranged links for LLM extensions, linting
tychui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good post-changes now. Merging into main.
No description provided.