pmlisted
Install: claude install-skill ai4curation/ai-gene-review
You should find either a file or a folder:
./PROJECT_NAME.md
./PROJECT_NAME/
<multiple materials>
A project doc typically will contain a list of genes, potentially prioritized. This should be in the form of a checkbox you can check off.
The species for the gene (uniprot code or lowercase name like 'mouse') should be clear (if not, ask)
Review the genes in the priority order.
IMPORTANT: you MUST consult the annotation-reviewer.md subagent for this task.
If the user specifies a deep research provider(s), make sure to perform deep research using at
least this provider(s), otherwise default to falcon.
E.g. `just deep-research-falcon ORGANISM GENE_SYMBOL`
You can edit the project doc, but try and make this incremental. After the main description have something like:
---
# STATUS
<checkboxes etc here; keep this up to date>
<get the date from `date`>
# NOTES
## YYYY-MM-DD
<todays notes, add here>
## YYYY-MM-DD
<previous session notes, generally don't edit unless this is a direct continuation>
---
## Making PRs
ONLY make PRs when asked.
The general procedure is:
1. ensure everything validates `just validate-all`
2. make a branch
3. commit genes related to project, plus all references
4. `gh pr create`
if the user asks, build the static site and stats (`just stats`, `just
update-browser-data`). Note it can be hard to disentangle derived
files, but you should be OK if there are no other local updates
besides the one for this project.