Loading...
Loading...
Codacy integration. Manage Repositories, Organizations. Use when the user wants to interact with Codacy data.
npx skill4agent add membranedev/application-skills codacymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search codacy --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Get Security Dashboard | get-security-dashboard | Get the security dashboard overview for an organization |
| List Organization People | list-organization-people | List people (members) in an organization |
| List Repository Branches | list-repository-branches | List all branches for a repository |
| List Pull Request Issues | list-pull-request-issues | List code quality issues found in a pull request |
| Get Issue | get-issue | Get details of a specific code quality issue |
| Search Repository Issues | search-repository-issues | Search for code quality issues in a repository |
| Get Pull Request | get-pull-request | Get pull request details with analysis information |
| List Repository Pull Requests | list-repository-pull-requests | List pull requests from a repository with analysis information |
| Get Commit | get-commit | Get analysis details for a specific commit |
| List Repository Commits | list-repository-commits | Return analysis results for the commits in a branch |
| Get Repository with Analysis | get-repository-with-analysis | Get a repository with analysis information including code quality metrics |
| Get Repository | get-repository | Fetch details of a specific repository |
| List Organization Repositories | list-organization-repositories | List repositories in an organization for the authenticated user |
| Get Organization | get-organization | Get details of a specific organization |
| List Organizations | list-organizations | List organizations for the authenticated user |
| Get User | get-user | Get the authenticated user's information |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY