feat(agents): add data-science.agent.md with role, core capabilities, and methodology documentation#471
feat(agents): add data-science.agent.md with role, core capabilities, and methodology documentation#471C-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:
|
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
|
@microsoft-github-policy-service agree company="Microsoft" |
|
Hi @C-Neisinger — Thanks for this contribution! A quick note on project conventions: we ask that pull requests be paired with a corresponding backlog issue for tracking purposes. I wasn't able to find an existing issue related to the data-science agent addition. When you get a chance, could you file an issue describing the feature this PR addresses and link it here using |
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).github/skills/*/SKILL.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 validate:skillsnpm run lint:md-linksnpm run lint:psnpm run plugin:generateSecurity Considerations
GHCP Artifact Maturity
.github/agents/data-science.agent.md🔬 - Generated by Copilot