Skip to content

Commit 7ce8cd9

Browse files
committed
Update superconductivity-analysis
1 parent 0805743 commit 7ce8cd9

5 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Report a reproducible problem in this skill
4+
title: "[Bug] "
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
## Summary
10+
11+
Describe the issue clearly.
12+
13+
## Reproduction
14+
15+
1. Skill repo:
16+
2. Command or prompt:
17+
3. Input files or fixture:
18+
4. Observed output:
19+
20+
## Expected behavior
21+
22+
Describe what you expected instead.
23+
24+
## Environment
25+
26+
- OS:
27+
- Python:
28+
- `npx skills` version:
29+
30+
## Additional context
31+
32+
Include logs or screenshots if useful.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
blank_issues_enabled: true
2+
contact_links: []
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new capability or analysis mode for this skill
4+
title: "[Feature] "
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
## Motivation
10+
11+
What problem should this new feature solve?
12+
13+
## Proposed capability
14+
15+
Describe the new workflow, analysis mode, or export you want.
16+
17+
## Example usage
18+
19+
Provide an example command, prompt, or result directory structure.
20+
21+
## Expected output
22+
23+
Describe the desired files, report, or analysis summary.

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Summary
2+
3+
Describe the change at a high level.
4+
5+
## Validation
6+
7+
- [ ] `python -m py_compile scripts/*.py`
8+
- [ ] `npx skills add . --list`
9+
- [ ] `python scripts/run_regression.py`
10+
11+
## Notes
12+
13+
Add any context reviewers should know.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# superconductivity-analysis
22

3+
[![CI](https://img.shields.io/github/actions/workflow/status/chatmaterials/superconductivity-analysis/ci.yml?branch=main&label=CI)](https://github.com/chatmaterials/superconductivity-analysis/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/chatmaterials/superconductivity-analysis?display_name=tag)](https://github.com/chatmaterials/superconductivity-analysis/releases)
4+
35
Standalone skill for superconductivity-relevant DFT result analysis.
46

57
## Install

0 commit comments

Comments
 (0)