Complete Scripts Overview

Full catalog of all Portfolio OS automation scripts

Overview

Full catalog of all Portfolio OS automation scripts

Comprehensive reference of all available automation scripts in Portfolio OS.

Agent Management Scripts

ScriptPurposeUsage
setup-agent-development.ps1Create agent worktree.\setup-agent-development.ps1 -AgentName "agent-1"
manage-multi-agent-system.ps1Coordinate multiple agents.\manage-multi-agent-system.ps1 -Action start
start-multi-agent-e2e-unified.ps1End-to-end multi-agent workflow.\start-multi-agent-e2e-unified.ps1 -NumAgents 2
update-agent-status.ps1Update agent work status.\update-agent-status.ps1 -AgentName "agent-1"
manage-agent-coordination-unified.ps1Agent task coordination.\manage-agent-coordination-unified.ps1

PR Management Scripts

ScriptPurposeUsage
automate-pr-unified.ps1Create PRs automatically.\automate-pr-unified.ps1 -Title "feat: new feature"
pr-quality-checker.ps1Check PR quality.\pr-quality-checker.ps1 -PRNumber 123
pr-analyzer.ps1Analyze PR content.\pr-analyzer.ps1 -PRNumber 123
pr-monitor.ps1Monitor PR status.\pr-monitor.ps1
assign-pr-agents.ps1Assign PRs to agents.\assign-pr-agents.ps1 -PRNumber 123
configure-pr-auto.ps1Configure PR automation.\configure-pr-auto.ps1

Issue Management Scripts

ScriptPurposeUsage
manage-issue-queue.ps1Manage issue queue.\manage-issue-queue.ps1
run-issue-pipeline.ps1Execute issue pipeline.\run-issue-pipeline.ps1
analyze-issues.ps1Analyze issue backlog.\analyze-issues.ps1
implement-issues.ps1Implement issue solutions.\implement-issues.ps1 -IssueNumber 123
configure-issues-unified.ps1Configure issue automation.\configure-issues-unified.ps1

Core Utilities

ScriptPurposeUsage
get-github-utilities.ps1GitHub API utilities. .\get-github-utilities.ps1
docs-updater.ps1Update documentation.\docs-updater.ps1 -PRNumber 123
manage-ai-services.ps1AI service integration.\manage-ai-services.ps1
set-estimate-iteration.ps1Set project estimates.\set-estimate-iteration.ps1 -IssueNumber 123
generate-prompt-writer.ps1Generate AI prompts.\generate-prompt-writer.ps1

Project Management Scripts

ScriptPurposeUsage
manage-projects.ps1Manage GitHub projects.\manage-projects.ps1 -Action update
create-release.ps1Create release.\create-release.ps1 -Version "1.0.0"
backfill-project-fields.ps1Backfill project data.\backfill-project-fields.ps1
release-app.ps1Release application.\release-app.ps1
update-project-status-webhook.ps1Webhook integration.\update-project-status-webhook.ps1

Monitoring Scripts

ScriptPurposeUsage
real-time-dashboard.ps1Live monitoring dashboard.\real-time-dashboard.ps1
performance-analyzer.ps1Performance analysis.\performance-analyzer.ps1
automation-metrics.ps1Automation metrics.\automation-metrics.ps1
alert-manager.ps1Alert management.\alert-manager.ps1

Documentation Scripts

ScriptPurposeUsage
generate-full-changelog.ps1Generate changelog.\generate-full-changelog.ps1

Housekeeping Scripts

ScriptPurposeUsage
clean-house-main.ps1Main cleanup script.\clean-house-main.ps1
clean-folder-intelligent.ps1Smart folder cleanup.\clean-folder-intelligent.ps1

Branch Management Scripts

ScriptPurposeUsage
create-branch-from-develop.ps1Create feature branch.\create-branch-from-develop.ps1 -BranchName "feature/new"
manage-branches.ps1Branch management.\manage-branches.ps1

Note:

For detailed documentation on each category, see the specific pages in the sidebar.