feat: update research skills part 1 #52
feat: update research skills part 1 #52sixiang-svg wants to merge 1 commit intoChatAndBuild:mainfrom
Conversation
|
Resolve the failed check |
885b1a3 to
2c953df
Compare
|
Duplicate resolved, please review them. I am sorry for not being proactive
enough before. Please let me know what I can do to help with connectors or
other things via slack or emails, I will catch up.
…On Tue, 17 Mar 2026 at 10:53, markusha77 ***@***.***> wrote:
*markusha77* left a comment (ChatAndBuild/chatchat-skills#52)
<#52 (comment)>
Resolve the failed check
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B63L54XYZHVRA6RSDHGNSND4RC42XAVCNFSM6AAAAACWTQNJDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DANZRHE4DIOBVG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Greptile SummaryThis PR performs a batch normalization of 20 Research skill
Confidence Score: 2/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["PR: Update Research Skills - 20 SKILL.md files"] --> B["Frontmatter Changes"]
A --> C["Body / Instruction Changes"]
B --> B1["Add requires field"]
B --> B2["Add examples field"]
B --> B3["Normalize field order"]
B --> B4["Flatten nested metadata to top-level"]
C --> C1["Clean rewrites - OK\nacademic-researcher, agentdb,\nalphafold, appinsights, bms-development"]
C --> C2["Category casing issue\nagent-pagerank-analyzer, arboreto,\nastronomy, astropy\nresearch vs Research"]
C --> C3["Double-hash header bug\nbiorxiv-database, brenda-database,\nbioservices, box-least-squares,\ncamb-cosmology-calculator"]
C --> C4["External URLs present\nbiopython, audit-support, ab-test-setup"]
C --> C5["Missing trailing newline\nagent-evaluation, agent-pagerank-analyzer,\nagentdb, alphafold, arboreto,\nastronomy, astropy"]
|
| --- | ||
|
|
||
| # bioRxiv Database | ||
| ## ## Instruction |
There was a problem hiding this comment.
Doubled
## prefix on section headers
Multiple section headers in this file — and several other files in this PR — have been accidentally written with a double ## prefix (## ## Instruction, ## ## When to Use, ## ## Output). This will render as a literal ## Instruction heading level mismatch in Markdown and produce broken formatting.
Affected files and lines:
skills/Research/biorxiv-database/SKILL.md: lines 12, 23, 29skills/Research/brenda-database/SKILL.md: lines 12, 30, 37skills/Research/camb-cosmology-calculator/SKILL.md: lines 12, 29, 35skills/Research/bioservices/SKILL.md: lines 12, 29, 36skills/Research/box-least-squares/SKILL.md: lines 12, 28, 34
All of these should be ## Instruction, ## When to Use, and ## Output, removing the extra ##.
| ## ## Instruction | |
| ## Instruction |
| name: Agent PageRank Analyzer | ||
| description: Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer. | ||
| description: Expert agent for graph analysis and PageRank calculations for network optimization. | ||
| category: research |
There was a problem hiding this comment.
This file uses category: research (all lowercase), while the majority of skills in this repository use category: Research (title case). This inconsistency may affect category filtering or display if the system treats these as distinct values.
The same inconsistency exists in:
skills/Research/arboreto/SKILL.md(line 5)skills/Research/astronomy/SKILL.md(line 6)skills/Research/astropy/SKILL.md(line 5)
All four should be updated to match the dominant convention.
| category: research | |
| category: Research |
| ## Quick Start Checklist for Execution | ||
| - [ ] Define specific evaluation criteria before starting the refinement loop. | ||
| - [ ] Perform a "Self-Critique" step for every high-stakes response. | ||
| - [ ] Verify that the final output addresses all "FAIL" points identified during the reflection stage. No newline at end of file |
There was a problem hiding this comment.
Missing newline at end of file
This file (and several others in the PR) is missing a trailing newline character, as indicated by the \ No newline at end of file marker in the diff. This is a POSIX standard violation and can cause issues with some tools that process text files.
The same issue exists in:
skills/Research/agent-evaluation/SKILL.mdskills/Research/agent-pagerank-analyzer/SKILL.mdskills/Research/agentdb-vector-search/SKILL.mdskills/Research/alphafold-database/SKILL.mdskills/Research/arboreto/SKILL.mdskills/Research/astronomy/SKILL.mdskills/Research/astropy/SKILL.md
Please add a trailing newline to each of these files.
New Skill Contribution
Skill Info
Checklist
Testing
Describe how you tested this skill:
Notes
Any additional context or notes for reviewers.