Skip to content

Update testing skills with marketplace plugin E2E testing knowledge#184

Merged
streamer45 merged 2 commits intomainfrom
devin/update-skills-1774300688
Mar 23, 2026
Merged

Update testing skills with marketplace plugin E2E testing knowledge#184
streamer45 merged 2 commits intomainfrom
devin/update-skills-1774300688

Conversation

@staging-devin-ai-integration
Copy link
Contributor

@staging-devin-ai-integration staging-devin-ai-integration bot commented Mar 23, 2026

Adds a new SKILL.md for testing Convert and Stream views end-to-end, including marketplace plugin setup and pipeline execution verification.

Devin Session: https://staging.itsdev.in/sessions/devin-d1ce0704adc64314a502a199a2e0b0af


Staging: Open in Devin

Co-authored-by: Claudio Costa <cstcld91@gmail.com>
Copy link
Contributor Author

@staging-devin-ai-integration staging-devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Staging: Open in Devin
Debug

Playground

Comment on lines +105 to +106
- `ui/src/components/ConvertView.tsx` — Main convert view component
- `ui/src/components/StreamView.tsx` — Main stream view component
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Incorrect file paths in "Relevant Files" section

The "Relevant Files" section lists ui/src/components/ConvertView.tsx and ui/src/components/StreamView.tsx, but these files do not exist at those paths. The actual locations are ui/src/views/ConvertView.tsx and ui/src/views/StreamView.tsx. An agent following this skill document would fail to find the referenced files.

Suggested change
- `ui/src/components/ConvertView.tsx` — Main convert view component
- `ui/src/components/StreamView.tsx` — Main stream view component
- `ui/src/views/ConvertView.tsx` — Main convert view component
- `ui/src/views/StreamView.tsx` — Main stream view component
Staging: Open in Devin

Was this helpful? React with 👍 or 👎 to provide feedback.

Debug

Playground

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch — fixed in 214a1df. The paths are now correctly pointing to ui/src/views/.

The ConvertView and StreamView components are in ui/src/views/, not
ui/src/components/. Fixed the paths in the Relevant Files section.

Signed-off-by: StreamKit Devin <devin@streamkit.dev>
Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
@streamer45 streamer45 enabled auto-merge (squash) March 23, 2026 21:26
@streamer45 streamer45 merged commit 1becbc1 into main Mar 23, 2026
16 checks passed
@streamer45 streamer45 deleted the devin/update-skills-1774300688 branch March 23, 2026 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants