# Thesis Excellence

> Multi-agent thesis review — dispatches specialized agents based on scope, synthesizes combined report

- **Type:** Skill
- **Install:** `agentstack add skill-alessandrocaforio-academic-writing-thesis-excellence`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AlessandroCaforio](https://agentstack.voostack.com/s/alessandrocaforio)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AlessandroCaforio](https://github.com/AlessandroCaforio)
- **Source:** https://github.com/AlessandroCaforio/Academic-Writing/tree/main/.claude/skills/thesis-excellence

## Install

```sh
agentstack add skill-alessandrocaforio-academic-writing-thesis-excellence
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Thesis Excellence Review

Orchestrate a comprehensive multi-agent review of the thesis. The argument specifies the scope.

## Scope Options

- `all` — Review the entire thesis (all written chapters)
- `04_methodology` / `05_results` / etc. — Review a specific chapter
- `code` — Review all analysis notebooks
- `pre-submit` — Full pre-submission check (everything)

## Orchestration Procedure

### Step 1: Compile
Run tectonic to verify compilation:
```bash
cd /Users/alessandro/Projects/Tesi/thesis && tectonic main.tex 2>&1
```
If compilation fails, report the error and stop.

### Step 2: Determine Agents to Dispatch

Based on the scope, select which agents to run:

| Scope | Agents |
|-------|--------|
| Any `.tex` chapter | proofreader, latex-auditor, notation-checker |
| Ch. 4 or Ch. 5 | + causal-inference |
| Chapters with `\citet`/`\citep` | + literature-rag |
| `code` scope | code-reviewer |
| `all` or `pre-submit` | All agents |

### Step 3: Run Agents

Use the Task tool to fork to each agent in parallel where possible. For each agent:
- **proofreader**: Read the chapter(s) and produce a proofreading report
- **latex-auditor**: Compile and check cross-references, citations, formatting
- **notation-checker**: Check all math against the notation registry
- **causal-inference**: (only for Ch. 4/5) Deep methodology review
- **literature-rag**: (only for chapters with citations) Verify top claims via RAG
- **code-reviewer**: (only for code scope) Review notebooks

### Step 4: Synthesize Report

Combine all agent reports into a unified assessment:

```
THESIS EXCELLENCE REPORT
=========================
Scope: [what was reviewed]
Date:  [date]

COMPILATION: [PASS/FAIL]

AGENT REPORTS:
├── Proofreader:       [summary + issue count]
├── LaTeX Auditor:     [summary + issue count]
├── Notation Checker:  [summary + issue count]
├── Causal Inference:  [summary + top recommendation]
├── Literature RAG:    [summary + verification rate]
└── Code Reviewer:     [summary + issue count]

QUALITY ASSESSMENT:
├── Clarity:       X/10
├── Rigor:         X/10
├── Consistency:   X/10
├── Completeness:  X/10
└── Presentation:  X/10
Overall: X.X/10

TOP 5 PRIORITY ACTIONS:
1. [highest priority improvement]
2. [second priority]
3. [third priority]
4. [fourth priority]
5. [fifth priority]

DETAILED FINDINGS:
[Include full agent reports below, organized by agent]
```

## Important

- Quality scores are ADVISORY ONLY — they never block any action
- Focus the "priority actions" on items that would most improve the thesis
- If an agent fails or times out, note it and continue with others
- For `pre-submit` scope, be especially thorough — this is the final check before submission

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [AlessandroCaforio](https://github.com/AlessandroCaforio)
- **Source:** [AlessandroCaforio/Academic-Writing](https://github.com/AlessandroCaforio/Academic-Writing)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-alessandrocaforio-academic-writing-thesis-excellence
- Seller: https://agentstack.voostack.com/s/alessandrocaforio
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
