Reviews code changes in Quarto websites with documentation links for GitHub Actions and Quarto features, excluding Julia language functions.
This skill helps review code changes in Quarto website projects by providing comprehensive feedback with relevant documentation links.
When reviewing pull requests or code changes in Quarto website projects, this skill will:
1. Analyze the code changes in the pull request
2. Identify key Quarto features being used or modified
3. Identify GitHub Actions workflows being modified
4. Provide documentation links for those features
5. Exclude Julia programming language functions from documentation linking
When performing code review:
1. **Analyze the Pull Request**
- Examine all modified files
- Identify Quarto-specific features (layouts, formats, extensions, includes, etc.)
- Identify GitHub Actions configurations and steps
- Note any Netlify deployment configurations
2. **Provide Documentation Links**
- For each Quarto feature being modified, include a link to the relevant Quarto documentation
- For each GitHub Actions feature being used or modified, include a link to the GitHub Actions documentation
- For Netlify features, include links to Netlify documentation when applicable
3. **Exclusions**
- Do NOT include documentation links for Julia programming language functions
- Focus only on Quarto, GitHub Actions, and deployment-related features
4. **Review Format**
- Provide clear, actionable feedback
- Group related changes together
- Include inline code suggestions when appropriate
- Place documentation links near the relevant feedback
```markdown
The `_quarto.yml` configuration adds a new format option. See the [Quarto HTML format documentation](https://quarto.org/docs/output-formats/html-basics.html) for available options.
The GitHub Actions workflow uses `actions/checkout@v3`. Check the [actions/checkout documentation](https://github.com/actions/checkout) for additional configuration options.
```
```markdown
The `map()` function is being used here. [See Julia documentation](...)
```
*(Don't link Julia language functions)*
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/quarto-website-code-review/raw