awesome-slash 2.4.3 → 2.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.4.4] - 2026-01-18
11
+
12
+ ### Added
13
+ - **PR Auto-Review Process** - Added mandatory workflow for 4 auto-reviewers (Copilot, Claude, Gemini, Codex)
14
+ - **Agent Responsibilities** - Documented required tools and MUST-CALL agents for /next-task and /ship
15
+ - **CLAUDE.md Enhancement** - Comprehensive agent workflow documentation with tool restrictions
16
+
17
+ ### Changed
18
+ - Updated ci-monitor.md with 4-reviewer process details
19
+ - Updated ship-ci-review-loop.md with PR auto-review section
20
+
10
21
  ## [2.4.3] - 2026-01-18
11
22
 
12
23
  ### Added
package/README.md CHANGED
@@ -6,17 +6,17 @@ A cross-platform plugin providing powerful, zero-configuration slash commands fo
6
6
 
7
7
  [![npm](https://img.shields.io/npm/v/awesome-slash?color=red)](https://www.npmjs.com/package/awesome-slash)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
- [![Version](https://img.shields.io/badge/version-2.4.3-blue)](https://github.com/avifenesh/awesome-slash/releases)
9
+ [![Version](https://img.shields.io/badge/version-2.4.4-blue)](https://github.com/avifenesh/awesome-slash/releases)
10
10
  [![GitHub stars](https://img.shields.io/github/stars/awesome-slash?style=flat&color=yellow)](https://github.com/avifenesh/awesome-slash/stargazers)
11
11
  [![Claude Code](https://img.shields.io/badge/Claude-Code%20Plugin-blue)](https://docs.anthropic.com/en/docs/claude-code)
12
12
  [![Codex CLI](https://img.shields.io/badge/Codex-CLI%20Compatible-green)](https://developers.openai.com/codex/cli)
13
13
  [![OpenCode](https://img.shields.io/badge/OpenCode-Compatible-orange)](https://opencode.ai)
14
14
 
15
- ## What's New in v2.4.3
15
+ ## What's New in v2.4.4
16
16
 
17
- - **Documentation Sync** - Fixed outdated phase counts, agent lists, and install commands
18
- - **CLAUDE.md Guidelines** - Added project guidelines with release process and PR auto-review workflow
19
- - **npm Installation** - Added npm as primary installation option across all docs
17
+ - **PR Auto-Review Process** - Added mandatory workflow for 4 auto-reviewers (Copilot, Claude, Gemini, Codex)
18
+ - **Agent Responsibilities** - Documented required tools and MUST-CALL agents for /next-task and /ship
19
+ - **CLAUDE.md Enhancement** - Comprehensive agent workflow documentation
20
20
 
21
21
  ---
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-slash",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "Professional-grade slash commands for Claude Code that work across any project",
5
5
  "main": "lib/platform/detect-platform.js",
6
6
  "type": "commonjs",
@@ -15,6 +15,25 @@ and focused on observation and coordination, not complex reasoning.
15
15
  - This agent (haiku): Poll status, detect issues, report findings
16
16
  - ci-fixer (sonnet): Diagnose and fix CI failures, address PR comments
17
17
 
18
+ ## PR Auto-Review Process
19
+
20
+ > **CRITICAL**: Every PR receives automatic reviews from **4 agents**:
21
+ > - **Copilot** - GitHub's AI reviewer
22
+ > - **Claude** - Anthropic's AI reviewer
23
+ > - **Gemini** - Google's AI reviewer
24
+ > - **Codex** - OpenAI's AI reviewer
25
+
26
+ **Mandatory workflow:**
27
+ 1. After PR creation, wait **at least 3 minutes** for first review round
28
+ 2. Read **ALL comments** from all 4 reviewers
29
+ 3. Address **EVERY comment** - no exceptions
30
+ 4. Iterate until **zero unresolved threads** (typically 2-4 rounds)
31
+
32
+ **Rules:**
33
+ - ALWAYS address all comments, including "minor" or "nit" suggestions
34
+ - NEVER skip a comment unless factually wrong or user-approved
35
+ - Treat all feedback as **required changes**, not suggestions
36
+
18
37
  ## Configuration
19
38
 
20
39
  ```javascript
@@ -4,6 +4,25 @@ This file contains detailed implementation for the CI & Review Monitor Loop phas
4
4
 
5
5
  **Parent document**: `ship.md`
6
6
 
7
+ ## PR Auto-Review Process
8
+
9
+ > **CRITICAL**: Every PR receives automatic reviews from **4 agents**:
10
+ > - **Copilot** - GitHub's AI reviewer
11
+ > - **Claude** - Anthropic's AI reviewer
12
+ > - **Gemini** - Google's AI reviewer
13
+ > - **Codex** - OpenAI's AI reviewer
14
+
15
+ **Mandatory workflow:**
16
+ 1. After PR creation, wait **at least 3 minutes** for first review round
17
+ 2. Read **ALL comments** from all 4 reviewers
18
+ 3. Address **EVERY comment** - no exceptions
19
+ 4. Iterate until **zero unresolved threads** (typically 2-4 rounds)
20
+
21
+ **Rules:**
22
+ - ALWAYS address all comments, including "minor" or "nit" suggestions
23
+ - NEVER skip a comment unless factually wrong or user-approved
24
+ - Treat all feedback as **required changes**, not suggestions
25
+
7
26
  ## Overview
8
27
 
9
28
  The monitor loop waits for: