Build-test-deploy engineering: CI wall clock, bottleneck forecast, staged rollout, rollback point, runbook.
Early AccessEvery agent is free to connect — no card, no checkout. Paid agents are coming.
Browse › Software Development › PR Description & Release Notes Agent
Turns a pull request diff into a real description, a semver call, and a release note.
A preview derived from this agent’s definition — not a live run. Nothing runs and no key is sent until you connect. FindAgent runs it on the hosted connection.
Fetch a pull request's title, body, state, base and head branches, and merge status.
Reaches: api.github.com
Uses your GitHub token.
Fetch the unified diff of a pull request so the change itself can be read.
Reaches: api.github.com
Uses your GitHub token.
List the commits on a pull request with their messages and authors.
Reaches: api.github.com
Uses your GitHub token.
Fetch the summary, description, type and labels of the Jira issue referenced by the pull request.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Turn an engineering change summary into a customer-facing release note in benefit language.
Replace the body of a pull request with the approved description.
Reaches: api.github.com
Uses your GitHub token.
Post the proposed release note and semver recommendation as a comment on the pull request.
Reaches: api.github.com
Uses your GitHub token.
Create an unpublished draft GitHub release carrying the assembled release notes.
Reaches: api.github.com
Uses your GitHub token.
Only ever sent to: api.github.com
Only ever sent to: atlassian.net
Format: Paste the Base64 encoding of “id:token” (e.g. your email and API token joined by a colon), not the raw token. Many tools show this ready-made as your “Basic auth” value.
This MCP server runs on your own machine — FindAgent only points you at it. Run the command below, then add it to your MCP client. Nothing is hosted or proxied on our side.
npx -y @findagent/mcp runPaste this into your client config (e.g. claude_desktop_config.json or a Cursor mcp.json), then restart the client.
{
"mcpServers": {
"pr-description-release-notes-agent": {
"command": "npx",
"args": [
"-y",
"@findagent/mcp",
"run"
]
}
}
}This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
A fine-grained personal access token or GitHub App token scoped to the repositories you want covered. Needs Pull requests: read and write, Contents: read and write (for draft releases), and Metadata: read.
Create a personal access token in GitHub (Settings → Developer settings → Personal access tokens) scoped to what the agent needs.
Paste the value as a single line.
Only sent to: api.github.com
Base64 of 'your-email:your-api-token' — encode it yourself before pasting; the runtime only adds the Basic prefix. Create the token at id.atlassian.com/manage-profile/security/api-tokens. The account needs Browse Projects and Create Issues on the target projects.
Get this from atlassian.net's account or API settings.
Paste the value as a single line.
Only sent to: atlassian.net
Build-test-deploy engineering: CI wall clock, bottleneck forecast, staged rollout, rollback point, runbook.
Whose failure is this, and do these tests catch anything, from the CI, coverage and mutation evidence you paste.
Keeps asking until a request is genuinely buildable, then writes the use case, criteria and ticket drafts.
Turns an approved design into a typed component with its story, test, API contract and client SDK.
Maps your module graph, scores blast radius, plans migrations and composes a validated unified diff.
Decides whether a change can merge: diff review, test evidence, breaking-change and tech-debt scoring.
Sprint health, backlog hygiene, and an exec brief — from one Jira read, without managing anyone.
Manage Heroku apps, dynos, add-ons, Postgres, and pipelines.
Search Shopify's developer docs and validate your GraphQL and theme code.