feat(agents): add data-science.agent.md with role, core capabilities, and methodology documentation#471
Draft
C-Neisinger wants to merge 4 commits intomainfrom
Draft
feat(agents): add data-science.agent.md with role, core capabilities, and methodology documentation#471C-Neisinger wants to merge 4 commits intomainfrom
C-Neisinger wants to merge 4 commits intomainfrom
Conversation
…ies, and methodologies - document core capabilities and instructions for data analysis - outline approach and methodology for data science tasks - include working principles and expected outputs 🔍 - Generated by Copilot
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #471 +/- ##
==========================================
- Coverage 85.36% 85.34% -0.03%
==========================================
Files 23 23
Lines 4475 4475
==========================================
- Hits 3820 3819 -1
- Misses 655 656 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Copilot custom agent definition to support data science workflows (EDA, statistical modeling, and ML evaluation) within the HVE Core agent library.
Changes:
- Added a new
.github/agents/data-science.agent.mdagent spec describing responsibilities, methodology, boundaries, and expected outputs. - Included agent handoffs intended to route to planning and implementation workflows.
…rect task prompt 🔧 - Generated by Copilot
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
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.
Pull Request
Description
This PR adds a new Data Science Agent, derived from Matt Dotsons hve-data-science extension, to the repository, providing a specialized Copilot agent for exploratory data analysis, statistical modeling, and machine learning workflows.
data-science.agent.mdwith role, core capabilities, and methodology documentationexecute/runNotebookCell,read/getNotebookSummary,read/readNotebookCellOutput)task-plannerandtask-implementoragentsRelated Issue(s)
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
.copilot-tracking/research/{{YYYY-MM-DD}}-{{analysis-name}}.mdOutput Artifacts:
.copilot-tracking/research/Success Indicators:
Testing
edit/editFilesvsedit)/task-implement,/task-plan)Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
GHCP Artifact Maturity
.github/agents/data-science.agent.md🔬 - Generated by Copilot