Skip to content

Instantly share code, notes, and snippets.

@yokawasa
Last active January 20, 2026 04:15
Show Gist options
  • Select an option

  • Save yokawasa/0e46a9c09f91256897b7087c5541bb86 to your computer and use it in GitHub Desktop.

Select an option

Save yokawasa/0e46a9c09f91256897b7087c5541bb86 to your computer and use it in GitHub Desktop.
Postman Agent Mode Prompt - Launchpad EP8 20260120

Postman Agent Mode Prompt

Postman Launchpad EP8のAgent Mode デモで利用する予定のプロンプト集

Create API Spec

プロダクト要件書 (PRD)からAPI仕様を作成する

このPRDファイルを元にAPI仕様ファイルをSpec Hubに作成してください 
https://github.com/yokawasa/incident-management-api/blob/main/prd/PRD_incident_full_ja.md

Create Collection and Mock

API仕様からコレクション作成と、そのコレクションに関連付けられたモックサーバーを作成する

次のことを順番に実行してください。

1. 仕様からコレクションの作成する。パス構造はタグで、各APIリクエストのベースURLはbaseUrl変数にする 

2. このコレクションの各APIにサンプルを追加する

3. このコレクションの動作を確認するためにMockサーバーを作成する 

4. コレクションと同名の環境を作成して、モックサーバーのエンドポイントをbaseUrl変数として保存

Create API Tests

APIを検証するテストを作成

このコレクションの各APIを検証するテストを追加してください

OWASP API セキュリティ Top 10に準じたAPIテストを作成

このコレクションの各APIにOWASP API セキュリティ Top 10に準じたAPIテストを追加してください

シナリオテストの作成

このコレクションのAPIを使って利用シナリオを考え、そのシナリオを別のコレクションとして作成してください。

Skills

API仕様のAIエージェント対応度合いをスコア化する

/compute-ai-score Compute AI score for API Spec @spec
日本語でおねがいします

テストカバレッジレポートの作成

/create-test-coverage Create a test coverage report for the collection @collection
日本語でおねがい
@yokawasa
Copy link
Author

Postman Remote MCP Servers (streamable HTTP):
https://github.com/postmanlabs/postman-mcp-server/blob/main/README.md

  • minimal (recommended): https://mcp.postman.com/minimal
  • full: https://mcp.postman.com/mcp
  • code: https://mcp.postman.com/code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment