Enhance prompting documentation with comprehensive guidance#1105
Draft
codegen-sh[bot] wants to merge 2 commits intodevelopfrom
Draft
Enhance prompting documentation with comprehensive guidance#1105codegen-sh[bot] wants to merge 2 commits intodevelopfrom
codegen-sh[bot] wants to merge 2 commits intodevelopfrom
Conversation
- Add platform-specific guidance for Slack, Linear, and GitHub - Include common task type examples (code review, bug fixing, feature dev, refactoring) - Add advanced techniques section with context provision and iterative prompting - Include troubleshooting section for common issues - Add best practices cards and getting help section - Expand examples to be more realistic and diverse - Maintain existing structure while significantly expanding practical value
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 🚀 New features to boost your workflow:
|
Contributor
Author
|
I see a check failed - I'm on it! 🫡 |
- Fix numbered list formatting (use 1. for all items) - Remove trailing whitespace - Add proper blank lines before headers - Ensure file ends with newline
Contributor
Author
|
✅ Fixed the failing check suite for PR #1105! The issue was with formatting in the
The fix has been pushed to the PR branch in this commit. The formatting issues were being caught by the pre-commit linting tools. 💻 View my work • React 👍 or 👎 |
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.
Overview
This PR significantly enhances the prompting documentation to provide more comprehensive, practical guidance for users working with Codegen across different platforms and use cases.
Key Improvements
🎯 Platform-Specific Guidance
📋 Common Task Types
Added detailed examples for:
🚀 Advanced Techniques
🔧 Troubleshooting Section
Common issues and solutions:
💡 Enhanced Best Practices
What's Preserved
Files Modified
docs/introduction/prompting.mdx- Comprehensive enhancement with new sectionsThe documentation now provides practical, actionable guidance that helps users get better results from Codegen across all supported platforms and use cases.
💻 View my work • About Codegen