visitation

Audit changed email templates against doctrine rules via git diff.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/ppryde/pip-skills --skill visitation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visitation
Source: https://github.com/ppryde/pip-skills/tree/main/plugins/email-absolution/skills/visitation
Command: npx skills add https://github.com/ppryde/pip-skills --skill visitation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly verify changed email templates in a PR or branch against the full doctrine set, avoiding broad, manual audits.

Core Features & Use Cases

  • Focused email-template audit for PRs, branches, or single-file changes
  • Loads all doctrines and applies per-language selection based on configuration
  • Outputs a concise verdict with actionable findings and optional interactive fixes

Quick Start

Audit changed templates in the current PR against the configured doctrines.

Frequently Asked Questions about visitation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit changed email templates in a pull request?

You can audit changed email templates in a pull request by loading configuration, determining the diff scope via git, applying doctrine rules, and outputting a concise verdict with actionable findings.

What is the best way to spot-check email template quality in a branch?

The best way to spot-check email template quality in a branch is to compare changes against the full doctrine set, applying per-language selection and overrides to output a focused quality verdict without manual audits.

Can I review a single email template file against doctrine rules?

Yes, you can review a single email template file against doctrine rules. The Skill supports single-file reviews by applying configuration overrides and doctrine checks to output specific findings.

Does the email template audit support interactive fixes?

Yes, the email template audit supports interactive fixes. After applying doctrines and overrides to determine the diff scope, it reports the verdict and offers optional interactive fixes for the findings.

How do per-language doctrines work during a PR review?

Per-language doctrines work during a PR review by loading all available doctrine rules and applying a specific selection based on your configuration, ensuring only relevant rules are checked against the changed email templates.