Add Cashfree merchant payouts + BulkPe dashboard domain skills#427
Open
abhiman-alt wants to merge 1 commit into
Open
Add Cashfree merchant payouts + BulkPe dashboard domain skills#427abhiman-alt wants to merge 1 commit into
abhiman-alt wants to merge 1 commit into
Conversation
Cashfree: Reports flow, required Fund Source gotcha, Account Statement CSV shape. BulkPe: Flutter canvas app (no DOM), report generation, NUL-byte CSV parsing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Skill review passedReviewed 2 file(s) — no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two new domain skills from a real finance-ops session:
Cashfree merchant dashboard (merchant.cashfree.com/payouts)
Generate Reportis styled active but staysdisabled=trueuntil a Fund Source is selectedBulkPe (app.bulkpe.in)
🤖 Generated with Claude Code
Summary by cubic
Adds domain skills for the Cashfree merchant payouts dashboard and BulkPe dashboard. Covers report generation, automation gotchas, and CSV parsing so payout totals stay accurate.
merchant.cashfree.com/payouts): Use Reports; Fund Source must be set or Generate stays disabled; Account Statement CSV columns andPAYOUT_TRANSFER/SELF_WITHDRAWALmeanings; reliable clicks for custom selects.app.bulkpe.in): Flutter Web canvas (no DOM) → automate with screenshots and coordinate clicks; Virtual Account report flow; CSV cleanup for NUL/non‑UTF8; handle FAILED rows and penny-drops correctly.Written for commit 3b46a04. Summary will update on new commits.