skilly. Buy ad slot
All skills
Personal Productivity · Business / AGENT SKILL

pm

ai4curation/ai-gene-review
0 installs 24 GitHub stars
0

Manage and advance ongoing projects tracked in the projects directory.
Manage and drive forward an ongoing project, tracked in projects/ dir

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

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.