microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ci/2086-enforce-powershell-coverage

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

collections/data-science.collection.yml

69lines · modecode

1id: data-science
2name: Data Science
3description: Evaluation dataset creation, data specification generation, Jupyter notebooks, and Streamlit dashboards
4notice: |
5 > [!CAUTION]
6 > This collection includes RAI (Responsible AI) agents and prompts that are **assistive tools only**. They do not replace qualified responsible AI review, ethics board oversight, or established organizational RAI governance processes. All AI-generated RAI assessments, impact analyses, and recommendations **must** be reviewed and validated by qualified professionals before use. AI outputs may contain inaccuracies, miss critical risk categories, or produce recommendations that are incomplete or inappropriate for your context.
7tags:
8 - data
9 - jupyter
10 - streamlit
11 - dashboards
12 - visualization
13 - data-science
14 - rai
15 - responsible-ai
16items:
17 # Agents
18 - path: .github/agents/data-science/eval-dataset-creator.agent.md
19 kind: agent
20 - path: .github/agents/data-science/gen-data-spec.agent.md
21 kind: agent
22 - path: .github/agents/data-science/gen-jupyter-notebook.agent.md
23 kind: agent
24 - path: .github/agents/data-science/gen-streamlit-dashboard.agent.md
25 kind: agent
26 - path: .github/agents/data-science/test-streamlit-dashboard.agent.md
27 kind: agent
28 - path: .github/agents/rai-planning/rai-planner.agent.md
29 kind: agent
30 maturity: experimental
31 - path: .github/agents/hve-core/subagents/researcher-subagent.agent.md
32 kind: agent
33 # Instructions
34 - path: .github/instructions/coding-standards/python-script.instructions.md
35 kind: instruction
36 - path: .github/instructions/coding-standards/uv-projects.instructions.md
37 kind: instruction
38 - path: .github/instructions/rai-planning/rai-identity.instructions.md
39 kind: instruction
40 maturity: experimental
41 - path: .github/instructions/rai-planning/rai-license-posture.instructions.md
42 kind: instruction
43 maturity: experimental
44 - path: .github/instructions/shared/hve-core-location.instructions.md
45 kind: instruction
46 - path: .github/instructions/shared/untrusted-content-boundary.instructions.md
47 kind: instruction
48 # Skills
49 - path: .github/skills/project-planning/rai-planner
50 kind: skill
51 maturity: experimental
52 - path: .github/skills/rai/rai-standards
53 kind: skill
54 maturity: experimental
55 # Prompts
56 - path: .github/prompts/rai-planning/rai-capture.prompt.md
57 kind: prompt
58 maturity: experimental
59 - path: .github/prompts/rai-planning/rai-plan-from-prd.prompt.md
60 kind: prompt
61 maturity: experimental
62 - path: .github/prompts/rai-planning/rai-plan-from-security-plan.prompt.md
63 kind: prompt
64 maturity: experimental
65 - path: .github/prompts/data-science/synth-data-generate.prompt.md
66 kind: prompt
67 maturity: experimental
68display:
69 ordering: manual
70