pr-creation

Guide Freenet pull request creation with conventional commits and four-agent review workflows.

23|4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/freenet/freenet-agent-skills --skill pr-creation-freenet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creation
Source: https://github.com/freenet/freenet-agent-skills/tree/main/skills/pr-creation
Command: npx skills add https://github.com/freenet/freenet-agent-skills --skill pr-creation-freenet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidelines for creating high-quality Freenet pull requests to reduce defects, speed up safe integration, and ensure maintainable changes.

Core Features & Use Cases

  • Structured PR workflow for freenet-core, freenet-stdlib, and related repositories
  • Four parallel review subagents (code-first, testing, skeptical, big-picture) to improve review quality
  • Rigorous testing, regression prevention, and documentation requirements

Quick Start

Follow the outlined PR guidelines to prepare a high-quality pull request and then run the pr-review skill.

Frequently Asked Questions about pr-creation

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

FAQPage Schema
How do I create a high-quality pull request for freenet-core?

To create a high-quality pull request for freenet-core, follow a structured workflow that enforces conventional commits, rigorous testing, regression checks, and documentation to ensure maintainable changes.

What is the best way to review code for a Freenet pull request?

The best way to review code for a Freenet pull request is using a four-agent workflow featuring code-first, testing, skeptical, and big-picture subagents to thoroughly evaluate defects and integration safety.

Do I need conventional commits for my freenet-stdlib pull request?

Yes, you need conventional commits for your freenet-stdlib pull request to meet the enforced commit standards, which speed up safe integration and ensure maintainable repository changes.

How does the four-agent review workflow improve code quality?

The four-agent review workflow improves code quality by running parallel subagents that evaluate code logic, testing coverage, skeptical edge cases, and big-picture architecture to reduce defects before integration.

Can I use these PR guidelines for related Freenet repositories?

Yes, you can use these PR guidelines for related Freenet repositories, as the workflow applies to freenet-core, freenet-stdlib, and associated projects to reduce defects and avoid conflicts.

What testing standards are required before submitting a Freenet pull request?

Required testing standards before submitting a Freenet pull request include rigorous testing, regression prevention checks, and documentation requirements to ensure safe integration and maintainable changes.