-
Notifications
You must be signed in to change notification settings - Fork 1
Rename directories: coding-context → prompts, prompts/ → tasks/ #12
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
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
|
@copilot I'd like to add some examples of tasks:
Include some example prompts. |
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Added all six task examples with comprehensive prompts in commit a01fc24. Each example includes:
The examples cover: implement-jira-story, triage-jira-bug, respond-to-jira-comment, review-pull-request, respond-to-pull-request-comment, and fix-failing-check. |
alexec
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.
@copilot look the kitproj/jira-cli repo. Update the Jira example to use that tool. Include the exact commands to execute in the prompt.
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Updated all three Jira task examples in commit 2b4892a to use the jira-cli tool. Each example now includes exact commands: implement-jira-story:
triage-jira-bug:
respond-to-jira-comment:
All commands use template variables so they work with the coding-context CLI parameter substitution. |
Renamed the parent
.coding-contextdirectory to.promptsand theprompts/subdirectory totasks/.Changes
Directory structure:
Default search paths:
.coding-context→.prompts~/.config/coding-context→~/.config/prompts/var/local/coding-context→/var/local/promptsTask file lookup:
{dir}/prompts/{task}.md→{dir}/tasks/{task}.mdAll documentation, examples, and tests updated accordingly.
Real-World Task Examples
Added comprehensive task examples demonstrating common development workflows:
Each example includes YAML frontmatter, template parameters, detailed instructions, and usage examples.
Jira-CLI Integration
The Jira task examples now integrate with kitproj/jira-cli and include exact commands:
jira get-issue <issue-key>- Retrieve issue detailsjira get-comments <issue-key>- Get all comments on an issuejira add-comment <issue-key> "comment"- Add a comment to an issuejira update-issue-status <issue-key> "status"- Update issue workflow status (e.g., "In Progress", "In Review", "Done")These commands are embedded in the task templates with template parameter substitution support.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.