Skip to content

Commit 58ec99d

Browse files
committed
feat: add release-captain agent to registry
Register Mathews-Tom/release-captain in the devops category.
1 parent 134fa94 commit 58ec99d

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# release-captain
2+
3+
Ship lifecycle manager. Drives code from branch to PR through quality gates, secret scanning, changelog generation, and dependency audits.
4+
5+
## Run
6+
7+
```bash
8+
npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/release-captain
9+
```
10+
11+
## What It Can Do
12+
13+
- Orchestrate the full release pipeline from branch to merged PR
14+
- Run pre-merge quality gates (tests, linting, type checks)
15+
- Generate changelogs from conventional commit history
16+
- Audit dependencies for vulnerabilities and license compliance
17+
- Scan for leaked secrets before push
18+
- Create and manage pull requests with structured descriptions
19+
20+
## Structure
21+
22+
```
23+
release-captain/
24+
agent.yaml # Agent configuration
25+
SOUL.md # Behavioral instructions and release workflow
26+
icon.png # 256x256 agent icon
27+
banner.png # 1200x630 agent banner
28+
```
29+
30+
## Built with
31+
32+
Built with [gitagent](https://github.com/open-gitagent/gitagent).
34 KB
Loading
28.7 KB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "release-captain",
3+
"author": "Mathews-Tom",
4+
"description": "Ship lifecycle manager that drives code from branch to PR through quality gates, secret scanning, changelog generation, and dependency audits",
5+
"repository": "https://github.com/Mathews-Tom/release-captain",
6+
"version": "1.0.0",
7+
"category": "devops",
8+
"tags": ["devops", "release", "ci-cd", "changelog", "pull-request", "quality-gates", "shipping"],
9+
"license": "MIT",
10+
"model": "claude-sonnet-4-5-20250929",
11+
"adapters": ["claude-code", "system-prompt"],
12+
"icon": true,
13+
"banner": true
14+
}

0 commit comments

Comments
 (0)