$npx -y skills add parallel-web/parallel-agent-skills --skill resultGet completed research task result by run ID
| 1 | # Get Research Result |
| 2 | |
| 3 | ## Run ID: $ARGUMENTS |
| 4 | |
| 5 | ```bash |
| 6 | parallel-cli research poll "$ARGUMENTS" --json |
| 7 | ``` |
| 8 | |
| 9 | Present results in a clear, organized format. |
| 10 | |
| 11 | If CLI not found, tell user to run `/parallel:parallel-cli-setup`. |